JVCL Help:TJvSearchFiles.Directories
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.Directories Property
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
Returns a list of the found directory names.
Pascal
propertyDirectories: TStrings;
Description
Directories is a string list that contains each found directory name. If soStripDirs is included in Options, only the directory name is stored. Otherwise the directory name is stored with its full directory path.
soOwnerData must not be included in Options, but soSearchDirs must be included, otherwise Directories stays empty.
Use properties and methods for string lists to traverse this list of directories and read individual items.
See Also
TJvSearchFiles.Files, TJvSearchFiles.Options
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