Vcl.ExtCtrls.TCustomColorListBox

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomColorListBox = class(TCustomListBox)

C++

class PASCALIMPLEMENTATION TCustomColorListBox : public Vcl::Stdctrls::TCustomListBox

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.

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

See Also