FMX.ListBox.TCustomComboBox.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 protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


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