API:FMX.Colors.TColorComboBox.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.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorComboBox

Beschreibung

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

FMX.Colors.TColorComboBox.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