JVCL Help:TJvSearchType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchType type
Search in JVCL Help
Search in all projectsSummary
Represents the parameters that a file or directory must be matched to, to decide whether it can be added to the search results.
Pascal
run\JvSearchFiles.pas
TJvSearchType = (
stAttribute,
stFileMask,
stFileMaskCaseSensitive,
stLastChangeAfter,
stLastChangeBefore,
stMaxSize,
stMinSize
);
TJvSearchTypes = setof TJvSearchType;
Members
Members | Description |
stAttribute | Match the file or directories attributes to the attributes specified by Attributes. |
stFileMask | The name must match any of the masks, for the file or directory to be included in the search results. |
stFileMaskCaseSensitive | stFileMask must be included in SearchTypes, otherwise this flag is ignored. |
stLastChangeAfter | For a directory, match the date and time when the directory was created, with LastChangeAfter. Only include files or directories in the search result, that are last written to, or created after the date and time specified by LastChangeAfter. |
stLastChangeBefore | For a directory, match the date and time when the directory was created, with LastChangeBefore. Only include files or directories in the search result, that are last written to, or created before the date and time specified by LastChangeBefore. |
stMaxSize | Only include files or directories in the search result, that have a smaller size than MaxSize. |
stMinSize | Only include files or directories in the search result, that have a smaller size than MinSize. |
Description
TJvSearchType values represent the parameters that a file or directory must be matched to, to decide whether it can be added to the search results.
TJvSearchTypes is a set of TJvSearchType 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