API:FMX.ComboEdit.TComboEdit.OnPopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPopup;

C++

__property OnPopup;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Beschreibung

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

FMX.ComboEdit.TComboEdit.OnPopup erbt von FMX.ComboEdit.TCustomComboEdit.OnPopup. Der folgende Inhalt bezieht sich auf FMX.ComboEdit.TCustomComboEdit.OnPopup.

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