| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Assert error handler procedural type.
Source position: systemh.inc line 1578
type TAssertErrorProc = procedure(  | 
const msg: ShortString;  | 
const fname: ShortString;  | 
lineno: LongInt;  | 
erroraddr: pointer  | 
);  |