[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 2775
public constructor TCustomTrackBar.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TCustomTrackBar, and calls the inherited method on entry.
Create sets the default values for properties and members in the class instance, including the component and control style flags. The initial bounds for the control are set to the values from the GetControlClassDefaultSize method.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |