FMX.Colors.TColorComboBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Colors.TCustomColorComboBoxFMX.ListBox.TCustomComboBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTColorComboBox

Delphi

TColorComboBox = class(TCustomColorComboBox)

C++

class PASCALIMPLEMENTATION TColorComboBox : public TCustomColorComboBox

Properties

Type Visibility Source Unit Parent
class public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors FMX.Colors

Description

Represents a combo box that allows you to select a color from a color palette.

A TColorComboBox behaves like a standard TComboBox, with the difference that, when in drop-down mode, it displays a list of colors from the standard Delphi palette that you can select. The colors appear in the drop-down list as small colored squares, along with their names.

ColorComboBox.png

See Also