[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Class function which returns the default size used for the class.
Source position: comctrls.pp line 1982
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.0 | Generated 2025-05-03 | Home |