JVCL Help:TJvAttrFlagKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether files or directories must have a specific file attribute set or unset for it to be included in the search result.

run\JvSearchFiles.pas


Pascal

 run\JvSearchFiles.pas
 TJvAttrFlagKind = (
tsMustBeSet,
tsDontCare,
tsMustBeUnSet
);


Members

Members Description
tsMustBeSet The attribute must be set for files or directories to be included in the search result.
tsDontCare The attribute may or may not be set for files or directories to be included in the search result.
tsMustBeUnSet The attribute must not be set for files or directories to be included in the search result.

run\JvSearchFiles.pas


Description

Write here a description

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