API:Vcl.ExtCtrls.TColorListBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomColorListBoxVcl.StdCtrls.TCustomListBoxVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlTColorListBox

Delphi

TColorListBox = class(TCustomColorListBox)

C++

class PASCALIMPLEMENTATION TColorListBox : public TCustomColorListBox

Properties

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

Description

Specifies a custom color list box.

Vcl.ExtCtrls.TColorListBox inherits from Vcl.ExtCtrls.TCustomColorListBox. All content below this line refers to Vcl.ExtCtrls.TCustomColorListBox.

Specifies a custom color list box.

TCustomColorListBox is a wrapper over TCustomListBox and implements a custom color list box that is used by the TColorListBox component.

See Also