FMX.ComboEdit.Style.TStyledComboEdit.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown; override;

C++

virtual void __fastcall DropDown();

Properties

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

Description

Executes internally when the arrow from the TComboEdit object is clicked.

DropDown calculates the height of the pop-up window that contains the list of items and shows the pop-up window.

See Also