Class function which returns the default size used for the class.
Source position: comctrls.pp line 1984
protected class function TCustomUpDown.GetControlClassDefaultSize: TSize; override; |
TSize instance with the default width and height in its CX and CY members.
The width (for the default Orientation) is 17 pixels. The height is 31 pixels.
|
Returns the default dimensions for new instances of the class. |
| Version 4.4 | Generated 2025-11-08 | Home |