Vcl.AppEvnts.TApplicationEvents.OnModalBegin

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnModalBegin: TNotifyEvent read FOnModalBegin write FOnModalBegin;

C++

__property OnModalBegin;

Eigenschaften

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

Beschreibung

Wird beim Öffnen eines modalen Formulars ausgelöst.

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

Wird beim Öffnen eines modalen Formulars ausgelöst.

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

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

OnModalBegin ist eine Ereignisbehandlungsroutine des Typs TNotifyEvent.

Siehe auch