FMX.Colors.TComboColorBox.DropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropDown;

C++

void __fastcall DropDown();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TComboColorBox

Description

Makes this combo color box expand its color selection display.

Call DropDown in applications to make this combo color box expand its contents, allowing you to select a new color from the drop-down list.

See Also