System.SysUtils.PExceptionRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PExceptionRecord = ^TExceptionRecord;

Properties

Type Visibility Source Unit Parent
pointer public System.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