JVCL Help:TJvSearchFiles.OnFindDirectory

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

Search in JVCL Help

 
Search in all projects
 

Summary

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