JVCL Help:TJvSearchFiles.OnFindDirectory
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.OnFindDirectory Event
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when a valid directory is found.
Pascal
propertyOnFindDirectory: TJvFileSearchEvent;
Description
Write an OnFindDirectory event handler to respond when the search component finds a valid directory. Use FindData to determine the characteristics of the directory that has been found.
Parameter AName indicates the directory. If soStripDirs is excluded from Options, AName includes the full directory path of the directory.
See Also
TJvSearchFiles.OnBeginScanDir, TJvSearchFiles.OnFindFile, 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