Standard error handler procedural type.
Source position: systemh.inc line 633
type TErrorProc = procedure(
ErrNo: LongInt;
Address: Pointer;
Frame: Pointer
);