Vcl.ExtCtrls.TCustomColorBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomComboBoxVcl.StdCtrls.TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTCustomColorBox

Delphi

TCustomColorBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TCustomColorBox : public Vcl::Stdctrls::TCustomComboBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TCustomColorBox represents a combo box that lets users select a color.

TCustomColorBox is the base class for drop-down combo boxes that display a list of colors. The combo box displays a list of all the colors for which the Graphics unit defines a constant. For a list of these colors, see TColor. Each color is displayed next to a small square that is drawn in the corresponding color.

Do not use TCustomColorBox in applications. It is intended to act as a base class for color selection controls. Rather, to add a drop-down combo box that lets users select a color, use the TColorBox component, which appears on the Additional page of the component palette.

See Also