JVCL Help:TJvSearchAttributes
JVCL Help: TJvSearchAttributes Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvSearchAttributes
run\JvSearchFiles.pas
Summary
Represents an attribute filter for files and directories.
Pascal
run\JvSearchFiles.pas
TJvSearchAttributes = class(TPersistent);
Description
TJvSearchParams uses the TJvSearchAttributes object to limit the search result to files and directories whose attributes match with the values described by TJvSearchAttributes.
Use IncludeAttr at run-time to specify the attributes that must be set for files and directories to be included in the search result.
Use ExcludeAttr at run-time to specify the attributes that must not be set for files and directories to be included in the search result.
Use the other properties to specify per attribute whether it must be included, must not be included, or may be included.
Include stAttribute in SearchTypes to actually limit the search result.
About
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