System.TExceptObjProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.pas
System.hpp
System System

Beschreibung

Typ des Zeigers auf eine Funktion.

Sie können TExceptObjProc als Typ für Variablen verwenden, die ExceptObjProc zugeordnet sind.

Siehe auch