FMX.ComboEdit.TCustomComboEdit.OnPopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPopup: TNotifyEvent read GetOnPopup write SetOnPopup;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit


Beschreibung

Wird, kurz bevor die Dropdown-Liste angezeigt wird, ausgelöst.

Mit einer OnPopup-Ereignisbehandlungsroutine können Sie, kurz bevor die Dropdown-Liste angezeigt wird, eine bestimmte Aktion ausführen.

Siehe auch