System.ExceptionAcquired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ExceptionAcquired: Pointer; { notification that a given exception object has been "acquired" (C++)}

C++

extern DELPHI_PACKAGE void *ExceptionAcquired;

Properties

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

Description

Represents a notification that a given exception object has been acquired.

ExceptionAcquired represents a notification that a given exception object has been acquired.

See Also