System.TExceptClsProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public 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