JVCL Help:TJvSearchFiles.ErrorResponse
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSearchFiles.ErrorResponse Property
[+] TJvSearchFiles Events
[+] TJvSearchFiles Methods
[+] TJvSearchFiles Properties
Search in JVCL Help
Search in all projectsSummary
Specifies how to react on errors.
Pascal
propertyErrorResponse: TJvErrorResponse;
Description
Use ErrorResponse to specify how the file search component should react on errors. Possible values are:
Value | Meaning |
erAbort | Aborts the entire search operation; Search will return with result False. |
erIgnore | Aborts the search operation in the directory where the error occurred, and continues in the next. |
erRaise | Raises a system error. |
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