ShellBrowser Delphi Components Documentation
|
This class is used as a property of the TJamFileList component. It is a collection of details for a file search, which can be initiated by the TJamFileList.
TJamSearchOptions = class(TPersistent);
|
Name |
Description |
|
Constructor of a TJamSearchOptions component. | |
|
Destructor of a TJamSearchOptions component. |
|
Name |
Description |
| ||
|
Checks if a given TWin32FindData record matches the search options. | |
|
Resets the members of this instance to their default values. | |
|
Converts to an Advanced Query Syntax (AQS) query. |
|
Name |
Description |
|
Upper date limitation for the last access date to the file. | |
|
The maximum last access date as FILETIME value. | |
|
Lower date limitation for the last access date to the file. | |
|
The minimum last access date as FILETIME value. | |
|
Surround the search term with wildcards. | |
|
Upper date limitation for the creation date of the file. | |
|
The maximum creation date as FILETIME value. | |
|
Lower date limitation for the creation date of the file. | |
|
The minimum creation date as FILETIME value. | |
|
Deprecated, Use FilesAndFolders instead. | |
|
Filter for special file extensions. | |
|
The filters splitted into single strings. | |
|
If this property is true, the search will show hidden files, which match the search criteria. | |
|
Upper date limitation for the last write date to the file. | |
|
The maximum last write date as FILETIME value. | |
|
Lower date limitation for the last write date to the file. | |
|
The minimum last write date as FILETIME value. | |
|
Upper limitation for the file size, -1 set the limitation to maximum. | |
|
Lower limitation for the file size. | |
|
Search subdirectories. | |
|
Use FullPathWhenComparing allows to decide, if only the name or also the full path of an object is considered when matching with the patterns. |