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

TAssertErrorProc

Assert error handler procedural type.

Declaration

Source position: systemh.inc line 1780

type TAssertErrorProc = procedure(

  const msg: ShortString;

  const fname: ShortString;

  lineno: LongInt;

  erroraddr: pointer

);


Documentation generated on: Jul 24 2023