FMX.ComboEdit.Style.TStyledComboEditBase.PMDropDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PMDropDown(var AMessage: TDispatchMessage); message PM_DROPDOWN;

C++

MESSAGE void __fastcall PMDropDown(System::TDispatchMessage &AMessage);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEditBase


Beschreibung

Öffnet die Liste und zeigt das Popup-Fenster.

PMDropDown ruft DropDown auf.

Siehe auch