ShellBrowser Delphi Components Documentation
ContentsIndexHome
TJamSearchOptions Properties
TJamSearchOptions Properties
 
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.