System.TExceptObjProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TExceptObjProc = function(P: PExceptionRecord): Pointer{Exception};

C++

typedef void * __fastcall (*TExceptObjProc)(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 TExceptObjProc en tant que type pour les variables qui sont assignées à ExceptObjProc.

Voir aussi