JVCL Help:TJvFileSearchEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that finds a file or directory or starts scanning a directory in a search.

run\JvSearchFiles.pas


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.

run\JvSearchFiles.pas


Description

Use TJvFileSearchEvent to respond when a file search component finds a file or directory, or when it starts scanning a directory.

run\JvSearchFiles.pas


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