Afficher : Delphi C++
Préférences d'affichage

System.SysUtils.PExceptionRecord

De XE2 API Documentation

Delphi

type PExceptionRecord = ^TExceptionRecord;

C++

typedef System::PExceptionRecord PExceptionRecord;

Propriétés

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

Versions précédentes
Traductions