System.SysUtils.PExceptionRecord
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.