System.RaiseExceptObjProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RaiseExceptObjProc: Pointer; { notify of the raise of an exception object }

C++

extern DELPHI_PACKAGE void *RaiseExceptObjProc;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Represents a notification on the raise of an exception object.

RaiseExceptObjProc represents a notification on the raise of an exception object.

See Also