JVCL Help:TJvDirOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDirOption type
Search in JVCL Help
Search in all projectsSummary
Represents the types of directory searches a TJvSearchFiles component can perform.
Pascal
run\JvSearchFiles.pas
TJvDirOption = (
doExcludeSubDirs,
doIncludeSubDirs,
doExcludeInvalidDirs,
doExcludeCompleteInvalidDirs
);
Members
Members | Description |
doExcludeSubDirs | Only searches for files or directories in the directory specified by RootDirectory. |
doIncludeSubDirs | Searches in the directory specified by RootDirectory and its sub-directories. |
doExcludeInvalidDirs | Searches in RootDirectory and its sub-directories, but doesn't search for files or directories in invalid - as specified by DirParams - directories; however, the component will search in sub-directories of invalid directories. |
doExcludeCompleteInvalidDirs | Searches in RootDirectory and its sub-directories, but doesn't search for files or directories in invalid - as specified by DirParams - directories, and the sub-directories of an invalid directory. |
Description
TJvDirOption represents the types of directory searches a TJvSearchFiles can perform.
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