FMX.Controls.TPopup.OnClosePopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnClosePopup: TNotifyEvent read FOnClosePopup write FOnClosePopup;

C++

__property System::Classes::TNotifyEvent OnClosePopup = {read=FOnClosePopup, write=FOnClosePopup};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup


Beschreibung

Wird beim Schließen eines TPopup-Objekts ausgelöst. In einer Ereignisbehandlungsroutine für OnClosePopup können Sie bestimmte Aktionen durchführen, wenn das TPopup-Objekt geschlossen wird.

Siehe auch