System.TExceptClsProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Type of pointer to function.

You can use TExceptClsProc as a type for variables that are assigned to ExceptClsProc.

See Also