JVCL Help:TJvSearchFiles.OnFindFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.OnFindFile Event
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
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