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

TExceptProc

Exception handler procedural type

Declaration

Source position: objpash.inc line 209

type TExceptProc = procedure(

  Obj: TObject;

  Addr: Pointer;

  FrameCount: LongInt;

  Frame: PPointer

);