JVCL Help:TJvSearchFiles.Directories

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

Search in JVCL Help

 
Search in all projects
 

Summary

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