FMX.ComboEdit.TComboEditBase.CloseDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseDropDown;

C++

void __fastcall CloseDropDown();

Properties

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

Description

Tries to close the drop-down list.

CloseDropDown sends a PM_CLOSE_DROPDOWN message to the presentation layer through its presentation proxy.

See Also