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