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