API:FMX.ListBox.TComboBox.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.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Beschreibung

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

FMX.ListBox.TComboBox.OnPopup erbt von FMX.ListBox.TCustomComboBox.OnPopup. Der folgende Inhalt bezieht sich auf FMX.ListBox.TCustomComboBox.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