Constructor for the class instance.
Source position: colorbox.pas line 81
public constructor TCustomColorBox.Create( |
AOwner: TComponent |
); override; |
Create is the overridden constructor for TCustomColorBox. It calls the inherited Create method, and sets the Style flags needed for the owner-drawn control. Create sets the default values for properties, including:
Create calls SetColorList to load the colors needed for the control.
|
Constructor for the class instance. |