API:FMX.ComboEdit.Style.TStyledComboEdit.CloseDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseDropDown; override;

C++

virtual void __fastcall CloseDropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

Closes the drop-down list.

FMX.ComboEdit.Style.TStyledComboEdit.CloseDropDown inherits from FMX.ComboEdit.Style.TStyledComboEditBase.CloseDropDown. All content below this line refers to FMX.ComboEdit.Style.TStyledComboEditBase.CloseDropDown. Closes the drop-down list.

CloseDropDown checks whether the drop-down list is opened and closes it.

See Also