[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 356
public constructor TColorButton.Create( |
AnOwner: TComponent |
); override; |
AnOwner |
|
Owner of the class instance. |
Create is the constructor for TColorButton, and calls the inherited Create method. Create sets the initial bounds for the controls to their default values, and sets the values for properties including:
|
Create - constructor for TCustomSpeedButton: calls inherited Create and initializes many defaults and properties. |
Version 4.0 | Generated 2025-05-03 | Home |