[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TErrorProc

Standard error handler procedural type.

Declaration

Source position: systemh.inc line 1047

type TErrorProc = procedure(

  ErrNo: LongInt;

  Address: Pointer;

  Frame: Pointer

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.