Project: Drop Files Components.
Unit: PJDropFiles.
Applies to: ~>5.0
type
TPJExtFileFilterStyle = (
fsFilterFilesOnly, fsFilterFoldersOnly, fsAll
);
This enumeration represents the kind of filtering performed by the TPJExtFileFilter component according to its Style property. Possible values are:
Style | Description |
---|---|
fsFilterFilesOnly |
Files are filtered by their extension while all folders are passed through the filter regardless of extension. |
fsFilterFoldersOnly |
Folders are filtered by their extension while all files are passed through the filter. |
fsAll |
The filter is applied to both files and folders. |