JVCL Help:TJvSearchFiles.OnError

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 an error occurred while scanning for files or directories.


Pascal

 TJvSearchFilesError = procedure (Sender: TObject; var Handled: Boolean) ofobject;
propertyOnError: TJvSearchFilesError;


Parameters

Parameters Description
Handled Set Handled to True if the OnError event handler successfully deals with the error condition, to prevent an error from being raised, or to prevent an abort of the search operation. If Handled is set to False, the component will handle the error as specified by the ErrorResponse property.
Sender The TJvSearchFiles component that has sent this event.


Description

Use the OnError event handler to respond to errors that occurred while scanning for files or directories.


See Also

TJvSearchFiles.ErrorResponse


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