FMX.Colors.TColorComboBox.Placement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Placement: TPlacement read GetPlacement write SetPlacement default 0;

C++

__property Placement = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorComboBox

Description

Specifies the position of the list box relative to the combo box button.

FMX.Colors.TColorComboBox.Placement inherits from FMX.ListBox.TCustomComboBox.Placement. All content below this line refers to FMX.ListBox.TCustomComboBox.Placement.

Specifies the position of the list box relative to the combo box button.

For example, if Placement is set to TPlacement.Right, the drop-down list is displayed to the right of the combo box.

TComboBox.Placement.PNG

See Also