JVCL Help:TJvSearchFiles.Files

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 file names.


Pascal

 propertyFiles: TStrings;


Description

Files is a string list that contains each found file name. If soStripDirs is included in Options, only the file name is stored. Otherwise the file name is stored with its full directory path.
soOwnerData must not be included in Options, but soSearchFiles must be included, otherwise Files stays empty.
Use properties and methods for string lists to traverse this list of files and read individual items.


See Also

TJvSearchFiles.Directories, 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