System.ExceptionAcquired

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

extern DELPHI_PACKAGE void *ExceptionAcquired;

プロパティ

種類 可視性 ソース ユニット
variable public
System.pas
System.hpp
System System

説明

指定した例外オブジェクトが取得されたという通知を表します。

ExceptionAcquired は、指定した例外オブジェクトが取得されたという通知を表します。

関連項目