[Overview][Types][Classes][Procedures and functions][Index] |
Gets the default size for the control class.
Source position: pairsplitter.pas line 109
protected class function TCustomPairSplitter.GetControlClassDefaultSize: TSize; override; |
TSize type with the default Height and Width for instances of the class.
GetControlClassDefaultSize is a TSize class function used to get the default size for new instances of the class. GetControlClassDefaultSize stores the Width and Height using the CX and CY members in the TSize value. The default value in both CX and CY is 90 pixels.
GetControlClassDefaultSize is called from the Create constructor.
|
Constructor for the class instance. |
|
|
Returns the default dimensions for new instances of the class. |
|
Version 4.0 | Generated 2025-05-03 | Home |