System.SysUtils.PExceptionRecord

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PExceptionRecord = ^TExceptionRecord;

Propriétés

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

Voir aussi