Vcl.Forms.TApplication.OnModalEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnModalEnd: TNotifyEvent read FOnModalEnd write FOnModalEnd;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Beschreibung

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.

Siehe auch