FMX.Colors.TComboColorBox
Delphi
TComboColorBox = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TComboColorBox : public Fmx::Controls::TStyledControl
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 TComboColorBox behaves like a standard TComboBox, with the difference that, while in drop-down mode, it displays a color spectrum represented as a THueTrackBar, an alpha channel track bar, a color quad, a HEX color value edit box, and a color box. These make the TComboColorBox a great color selector.
See Also
- FMX.Colors.THueTrackBar
- FMX.Colors.TAlphaTrackBar
- FMX.Colors.TColorQuad
- FMX.Colors.TColorBox
- FMX.Colors.TColorComboBox
- FMX.Colors.TColorListBox