Vcl.AppEvnts.TApplicationEvents.OnModalEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnModalEnd: TNotifyEvent read FOnModalEnd write FOnModalEnd;

C++

__property OnModalEnd;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts TApplicationEvents

Beschreibung

Wird beim Schließen eines modalen Formulars ausgelöst.

Vcl.AppEvnts.TApplicationEvents.OnModalEnd erbt von Vcl.AppEvnts.TCustomApplicationEvents.OnModalEnd. Der folgende Inhalt bezieht sich auf Vcl.AppEvnts.TCustomApplicationEvents.OnModalEnd.

Wird beim Schließen eines modalen Formulars ausgelöst.

Mit einer Ereignisbehandlungsroutine für OnModalEnd können Sie bestimmte Aktionen implementieren, die ausgeführt werden, wenn ein modales Formular geschlossen wird.

Anmerkung:  In der Ereignisbehandlungsroutine OnModalEnd können Sie durch einen Aufruf der Methode CancelDispatch verhindern, dass das Ereignis an andere Ereigniskomponenten weitergegeben wird.

OnModalEnd ist eine Ereignisbehandlungsroutine des Typs TNotifyEvent.

Siehe auch