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

TExceptAddr

Exception stack address descriptor

Declaration

Source position: excepth.inc line 25

type TExceptAddr = record

  buf: PJmp_buf;

  

Jump buffer

  next: PExceptAddr;

  

Next address on stack

  frametype: LongInt;

  

Type of exception frame

end;

Description

TExceptAddr describes an exception frame on the exception address frame stack. It is used in structured stack exception handling.


Documentation generated on: May 14 2021