Custom assert error handling procedure.
Source position: systemh.inc line 1780
const AssertErrorProc: TAssertErrorProc = @ SysAssert; |
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.
|
Assert error handler procedural type. |