System.TExceptClsProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

typedef void * __fastcall (*TExceptClsProc)(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 TExceptClsProc als Typ für Variablen verwenden, die ExceptClsProc zugeordnet sind.

Siehe auch