|
Specifies a custom handler of EurekaLog internal errors.
Unit
Syntax
ValueContains internal error handler/dispatcher. Can be nil. By default it's assigned to minimal code, which shows simple message box (via custom MessageBox procedure) with basic internal error info.
RemarksDo not call it. Call InternalErrorSet procedure instead.
You can assign this variable to your own custom handler to be able react to internal error messages.
Please note that you're responsible for terminating application in the end of your handler. If you fail to do so - application will be terminated anyway, by InternalErrorSet wrapper.
ExamplesExample of trivial internal error handler:
See also
| ||||||||||||||