System.Classes.ApplicationShowException

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

Delphi

ApplicationShowException: procedure (E: Exception) of object = nil;

C++

extern DELPHI_PACKAGE void __fastcall (__closure *ApplicationShowException)(System::Sysutils::Exception* E);

プロパティ

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

説明

Exception が発生したときに呼び出されるプロシージャを定義します。

E 例外を示す処理を担当する関数型を定義します。

関連項目