[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: spin.pp line 158
public constructor TCustomSpinEdit.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create ensures that DecimalPlaces is set to 0 (zero) for the Integer type used in the Value property.
|
Number of the decimal places displayed in the spin edit control. |
|
|
The value for the spin edit control. |
|
|
Minimum value allowed for the spin edit control. |
|
|
Maximum value allowed for the spin edit control. |
|
|
The value by which the value of the control should be increased/decreased when the user clicks one of the arrows or one of the keyboard up/down arrows. |
Version 4.0 | Generated 2025-05-03 | Home |