[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ColorBox' (#lcl)

TCustomColorListBox.Create

Constructor for the class instance.

Declaration

Source position: colorbox.pas line 206

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.


Version 4.0 Generated 2025-05-03 Home