Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

ErrorProc

Custom error handling procedure.

Declaration

Source position: systemh.inc line 1786

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

TErrorProc

  

Standard error handler procedural type.

Halt

  

Stop program execution.


Documentation generated on: Jul 24 2023