FMX.ListBox.TCustomComboBox.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.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Opens the list of items.

DropDown makes visible the list of items of the combo box.

See Also