FMX.Controls.TPopup.OnPopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPopup: TNotifyEvent read FOnPopup write FOnPopup;

C++

__property System::Classes::TNotifyEvent OnPopup = {read=FOnPopup, write=FOnPopup};

Eigenschaften

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


Beschreibung

Wird, kurz bevor das Popup-Fenster angezeigt wird, ausgelöst.

Mit einer OnPopup-Ereignisbehandlungsroutine können Sie, kurz bevor das Popup-Fenster angezeigt wird, eine bestimmte Aktion ausführen.

Siehe auch