System.TExceptClsProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TExceptClsProc = function(P: PExceptionRecord): Pointer{ExceptClass};

C++

typedef void * __fastcall (*TExceptClsProc)(PExceptionRecord P);

Propriétés

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

Description

Type de pointeur sur fonction.

Vous pouvez utiliser TExceptClsProc en tant que type pour les variables qui sont assignées à ExceptClsProc.

Voir aussi