FMX.ComboEdit.TComboEditBase.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; virtual;

C++

virtual void __fastcall DropDown();

Properties

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

Description

Executes internally when the edit control is left-clicked.

DropDown is overridden by edit controls that have pop-up windows that open and close when the edit control is left-clicked.

If the pop-up window is open, then DropDown closes the pop-up window. Else, it opens it.

See Also