System.SysUtils.PExceptionRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PExceptionRecord = ^TExceptionRecord;

Properties

Type Visibility Source Unit Parent
pointer public System.SysUtils.pas System.SysUtils System.SysUtils

Description

Pointer to a TExceptionRecord type.

PExceptionRecord points to a TExceptionRecord. TExceptionRecord holds information about an exception in an application.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.PExceptionRecord&oldid=145343"