System.TRaiseExceptObjProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public System.hpp System System

Description

Type of pointer to procedure.

You can use TRaiseExceptObjProc as a type for variables that are assigned to RaiseExceptObjProc.

See Also