System.ExceptionAcquired

From RAD Studio API Documentation
Revision as of 23:48, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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