JVCL Help:TJvSearchType

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents the parameters that a file or directory must be matched to, to decide whether it can be added to the search results.

run\JvSearchFiles.pas


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.

run\JvSearchFiles.pas


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.

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