Show: Delphi
C++
Display Preferences
System.SysUtils.PExceptionRecord
From XE2 API Documentation
Delphi
type PExceptionRecord = ^TExceptionRecord;
C++
typedef System::PExceptionRecord PExceptionRecord;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
pointer typedef |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Pointer to a TExceptionRecord type.
PExceptionRecord points to a TExceptionRecord. TExceptionRecord holds information about an exception in an application.