ErrorProc
Custom error handling procedure.
Declaration
Source position: systemh.inc line 1682
const
ErrorProc : TErrorProc = Nil
Description
If set, the ErrorProc constant is used when a run-time error occurs. If it is not set, then the standard error handling is done: a stack dump is performed, and the program exits with the indicated error code.
The SysUtils unit sets this procedure and raises an exception in its handler.
See also
| Name | Description |
|---|---|
| Halt | Stop program execution. |
| TErrorProc | Standard error handler procedural type. |
| TErrorProc | Standard error handler procedural type. |