FMX.Colors.TColorListBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListBox.TCustomListBoxFMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTColorListBox

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.

ColorListBox.png

See Also