Vcl.AppEvnts.TCustomApplicationEvents.OnModalEnd

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

Delphi

property OnModalEnd: TNotifyEvent read FOnModalEnd write FOnModalEnd;

C++

__property System::Classes::TNotifyEvent OnModalEnd = {read=FOnModalEnd, write=FOnModalEnd};

プロパティ

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


説明

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

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

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

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

関連項目