JVCL Help:TJvSearchOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Controls the behavior of a TJvSearchFiles component.

run\JvSearchFiles.pas


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

run\JvSearchFiles.pas


Description

TJvSearchOption values control the behavior of a TJvSearchFiles component.
TJvSearchOptions is a set of TJvSearchOption values.

run\JvSearchFiles.pas


About

Navigation

no pages or subcategories

run\JvSearchFiles.pas



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