JVCL Help:TJvErrorResponse
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvErrorResponse type
Search in JVCL Help
Search in all projectsSummary
Represents different responses to errors.
Pascal
run\JvSearchFiles.pas
TJvErrorResponse = (
erAbort,
erIgnore,
erRaise
);
Members
Members | Description |
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. |
Description
Use the TJvErrorResponse type to specify a specific way of handling errors.
About
no pages or subcategories
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