Vcl.AppEvnts.TApplicationEvents.OnModalEnd

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

Delphi

property OnModalEnd: TNotifyEvent read FOnModalEnd write FOnModalEnd;

C++

__property OnModalEnd;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts TApplicationEvents

説明

モーダル フォームが閉じられたときに発生します。

Vcl.AppEvnts.TApplicationEvents.OnModalEnd は Vcl.AppEvnts.TCustomApplicationEvents.OnModalEnd を継承しています。以下の内容はすべて Vcl.AppEvnts.TCustomApplicationEvents.OnModalEnd を参照しています。

モーダル フォームが閉じられたときに発生します。

OnModalEnd イベント ハンドラを記述すると、モーダル フォームが閉じられた際に、特別な処理を実行させることができます。

メモ: CancelDispatch メソッドを OnModalEnd イベント ハンドラから呼び出すと、アプリケーションが、他のアプリケーションのイベント オブジェクトへ、イベントを転送することを抑制することができます。

OnModalEnd は、TNotifyEvent 型のイベント ハンドラです。

関連項目