JVCL Help:TJvSearchFiles.OnCheck
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.OnCheck Event
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
Occurs if a file or directory needs to be checked whether it's valid.
Pascal
TJvCheckEvent = procedure (Sender: TObject; var Result: Boolean) ofobject;
propertyOnCheck: TJvCheckEvent;
Parameters
Parameters | Description |
FindData | is invalid. Set Result to True to indicate that it is a valid file or directory. |
Result | Set Result to False to indicate that the current file or directory - as specified by |
Sender | The TJvSearchFiles component that has sent this event. |
Description
Write an OnCheck event handler to programmatically filter the files and directories that are valid.
Use FindData to determine the type of directory or file currently being checked.
See Also
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