JVCL Help:TJvSearchOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchOption type
Search in JVCL Help
Search in all projectsSummary
Controls the behavior of a TJvSearchFiles component.
Pascal
run\JvSearchFiles.pas
TJvSearchOption = (
soAllowDuplicates,
soCheckRootDirValid,
soExcludeFilesInRootDir,
soOwnerData,
soSearchDirs,
soSearchFiles,
soSorted,
soStripDirs,
soIncludeSystemHiddenDirs,
soIncludeSystemHiddenFiles
);
TJvSearchOptions = setof TJvSearchOption;
Members
Members | Description |
soAllowDuplicates | If soOwnerData is included in Options then this flag is ignored. |
soCheckRootDirValid | If the root directory isn't valid then no search for files or directories is performed in that directory. If DirOption also equals doExcludeSubDirs or doExcludeCompleteInvalidDirs then no search at all is performed. Otherwise the component only searches for files or directories in the sub-directories of the root directory. |
soExcludeFilesInRootDir | If DirOption equals doExcludeSubDirs then no search at all is performed. |
soOwnerData | Doesn't fill the Files and Directories lists with found file or directory names while searching. |
soSearchDirs | If a valid - as specified by DirParams - directory is found, the component will trigger an OnFindDirectory event, add the directory name to the Directories list - if soOwnerData isn't included in Options - and update TotalDirectories and TotalFileSize. |
soSearchFiles | If a valid - as specified by FileParams - file is found, the component will trigger an OnFindFile event, add the file name to the Files list - if soOwnerData isn't included in Options - and update TotalFileSize and TotalFiles. |
soSorted | If soOwnerData is included in Options then this flag is ignored. |
soStripDirs | Strips the path of a directory or file name before inserting it in the Files and Directories lists. |
soIncludeSystemHiddenDirs | Description for soIncludeSystemHiddenDirs |
soIncludeSystemHiddenFiles | Description for soIncludeSystemHiddenFiles |
Description
TJvSearchOption values control the behavior of a TJvSearchFiles component.
TJvSearchOptions is a set of TJvSearchOption values.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page