Unit 'ColorBox' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomColorListBox.Create

Constructor for the class instance.

Declaration

Source position: colorbox.pas line 204

public constructor TCustomColorListBox.Create(

  AOwner: TComponent

); override;

Description

Create is the overridden constructor for TCustomColorListBox. Create calls the inherited Create method, and sets the Style flags needed for the owner-drawn control. It also sets the default values for properties in the class instance, including:

Create calls SetColorList to load the colors needed for the control.

See also

TCustomListBox.Create

  

Constructor for the class instance.