JVCL Help:TJvSearchFiles.OnFindFile

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 file is found.


Pascal

 propertyOnFindFile: TJvFileSearchEvent;


Description

Write an OnFindFile event handler to respond when the search component finds a valid file. Use FindData to determine the characteristics of the file that has been found.
Parameter AName Indicates the name of the file. If soStripDirs is excluded from Options, AName includes the full directory path of the file.


See Also

TJvSearchFiles.OnBeginScanDir, TJvSearchFiles.OnFindDirectory, 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