FMX.ComboEdit.Style.TStyledComboEditBase.PMCloseDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEditBase

Description

Closes the drop-down list in case it is opened.

PMCloseDropDown calls CloseDropDown.

See Also