[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the default dimensions for new instances of the class.
Source position: controls.pp line 1556
protected class function TControl.GetControlClassDefaultSize: TSize; virtual; |
TSize instance with the Width and Height for a new instance of the control class.
The CX member is set to 75 (pixels). The CY member is set to 50 (pixels).
Version 4.0 | Generated 2025-05-03 | Home |