JVCL Help:TJvErrorResponse

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different responses to errors.

run\JvSearchFiles.pas


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.

run\JvSearchFiles.pas


Description

Use the TJvErrorResponse type to specify a specific way of handling errors.

run\JvSearchFiles.pas


About

Navigation

no pages or subcategories

run\JvSearchFiles.pas



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