Class TComboBoxColorSel (unit UtilComp)

Inherits from

TCustomComboBox

Constructors


constructor Create(AOwner: TComponent);

Public declarations

------------------------------------------------------------------------



Functions

procedure DrawItem(Index: Integer; Rect: TRect; State: TOwnerDrawState);


procedure CreateWnd;

Protected declarations

Create a bitmap for drawing


procedure DatabaseColor(const CName:string);

if (csDesigning in ComponentState) then Exit;

function GetColor:TColor;


procedure SetColor(value:TColor);


Properties

property Color : TColor

Published declarations

property Ctl3D :


property DropDownCount :


property Enabled :


property ParentColor :


property ParentCtl3D :


property ParentShowHint :


property ShowHint :


property TabOrder :


property TabStop :


property Visible :


Events

event OnChange :


Variables


Constructors


constructor Create(AOwner: TComponent);

Public declarations

------------------------------------------------------------------------


Functions


procedure DrawItem(Index: Integer; Rect: TRect; State: TOwnerDrawState);


procedure CreateWnd;

Protected declarations

Create a bitmap for drawing


procedure DatabaseColor(const CName:string);

if (csDesigning in ComponentState) then Exit;


function GetColor:TColor;


procedure SetColor(value:TColor);


Properties


property Color : TColor

Published declarations


property Ctl3D :


property DropDownCount :


property Enabled :


property ParentColor :


property ParentCtl3D :


property ParentShowHint :


property ShowHint :


property TabOrder :


property TabStop :


property Visible :


Events


event OnChange :


Variables