FMX.ComboEdit.Style.TStyledComboEditBase.PMCloseDropDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PMCloseDropDown(var AMessage: TDispatchMessage); message PM_CLOSE_DROPDOWN;

C++

MESSAGE void __fastcall PMCloseDropDown(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

Schließt die Dropdown-Liste, falls sie geöffnet ist.

PMCloseDropDown ruft CloseDropDown auf.

Siehe auch