[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: colorbox.pas line 206
public constructor TCustomColorListBox.Create( |
AOwner: TComponent |
); override; |
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.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |