[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: spin.pp line 73
public constructor TCustomFloatSpinEdit.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create sets the style flags needed for the spin edit control, and sets the default values for properties in the class instance. The GetControlClassDefaultSize method is called and the return value is used to set the initial size for the control.
Version 4.0 | Generated 2025-05-03 | Home |