ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamSearchOptions Class

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
Syntax
Pascal
TJamSearchOptions = class(TPersistent);
 
Name 
Description 
 
Constructor of a TJamSearchOptions component.  
 
Destructor of a TJamSearchOptions component.  
 
Name 
Description 
 
The maximum last access date as FILETIME value. 
 
The minimum last access date as FILETIME value. 
 
The maximum creation date as FILETIME value. 
 
The minimum creation date as FILETIME value. 
 
The filters splitted into single strings. 
 
The maximum last write date as FILETIME value. 
 
The minimum last write date as FILETIME value. 
 
 
Checks if a given TWin32FindData record matches the seach options.  
 
Name 
Description 
 
Upper date limitation for the last access date to the file.  
 
Lower date limitation for the last access date to the file.  
 
Surround the search term with wildcards.  
 
Upper date limitation for the creation date of the file.  
 
Lower date limitation for the creation date of the file.  
 
If this property is true, the search function will only list files.  
 
Filter for special file extensions.  
 
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.  
 
Lower date limitation for the last write date to the file.  
 
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.  
Copyright (c) 2011. All rights reserved.