System.PExceptionRecord

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PExceptionRecord = ^TExceptionRecord;

C++

typedef TExceptionRecord *PExceptionRecord;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointeur sur un TExceptionRecord.

Remarque : PExceptionRecord est associé à la gestion des exceptions structurées

Voir aussi