[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default dimensions for a new instance of the control.
Source position: calendar.pp line 115
protected class function TCustomCalendar.GetControlClassDefaultSize: TSize; override; |
GetControlClassDefaultSize is an overridden TSize function in TCustomCalendar, and re-implements the method from the ancestor class. It returns the default width and height for the control in the CX and CY members for the TSize instance. Width (CX) is set to 220 pixels. Height (CY) is set to 190 pixels.
|
Returns the default dimensions for new instances of the class. |
Version 4.0 | Generated 2025-05-03 | Home |