FMX.Colors.TColorListBox
Delphi
TColorListBox = class(TCustomListBox)
C++
class PASCALIMPLEMENTATION TColorListBox : public Fmx::Listbox::TCustomListBox
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 an alpha color from a color spectrum.
A TColorListBox behaves like a standard TListBox, but instead of standard text items, it displays a list of colors under the form of small colored squares, along with the color names.
The TColorComboBox component also displays this kind of list when in drop-down mode.