System.SysUtils.PExceptionRecord
Delphi
type PExceptionRecord = ^TExceptionRecord;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
pointer | public | System.SysUtils.pas | System.SysUtils | System.SysUtils |
Description
PExceptionRecord est un pointeur sur un type TExceptionRecord.
Le type PExceptionRecord pointe sur une variable TExceptionRecord. TExceptionRecord contient les informations relatives à une exception d'une application.