JVCL Help:TJvSearchFiles.OnCheck

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvSearchFiles.FindData


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