Gets the default size for a new instance of the class type.
Source position: extctrls.pp line 569
protected class function TCustomImage.GetControlClassDefaultSize: TSize; override; |
Dimensions used for a new instance of the class type.
GetControlClassDefaultSize is an overridden method in TCustomImage. It sets the Width and Height in the TSize return value to 90 x 90 pixels. It does not call the inherited method.
|
Returns the default dimensions for new instances of the class. |
| Version 4.6 | Generated 2026-02-20 | Home |