JVCL Help:TJvSearchAttributes

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSearchAttributes
run\JvSearchFiles.pas


Summary

Represents an attribute filter for files and directories.

run\JvSearchFiles.pas


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.

run\JvSearchFiles.pas


About

Navigation

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