JVCL Help:TJvFileSearchEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFileSearchEvent type
[+] JvSearchFiles.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that finds a file or directory or starts scanning a directory in a search.
Pascal
run\JvSearchFiles.pas
TJvFileSearchEvent = procedure (Sender: TObject; const AName: string) ofobject;
Parameters
Parameters | Description |
Sender | The TJvSearchFiles component that has sent this event. |
AName | Either the file or directory that has been found, or the directory that the component is going to scan. |
Description
Use TJvFileSearchEvent to respond when a file search component finds a file or directory, or when it starts scanning a directory.
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