System.TRaiseExceptObjProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TRaiseExceptObjProc = procedure(P: PExceptionRecord);

C++

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

Eigenschaften

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

Beschreibung

Typ des Zeigers auf eine Prozedur.

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

Siehe auch