FMX.Colors.TColorComboBox
From RAD Studio API Documentation
Delphi
TColorComboBox = class(TComboBox)
C++
class PASCALIMPLEMENTATION TColorComboBox : public Fmx::Listbox::TComboBox
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.
