System.TRaiseExceptObjProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRaiseExceptObjProc = procedure(P: PExceptionRecord);

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
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