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

AssertErrorProc

Custom assert error handling procedure.

Declaration

Source position: systemh.inc line 1788

const AssertErrorProc: TAssertErrorProc = @ SysAssert;

Description

If set, the AssertErrorProc constant is used when an assert error occurs. If it is not set, then the standard assert error handling is performed:

The SysUtils unit sets this procedure and raises an exception in its handler.

See also

TAssertErrorProc

  

Assert error handler procedural type.


Documentation generated on: Jul 24 2023