Calculates the preferred width and height for a control, which is used by the LCL auto-sizing algorithms as the default size. Negative or zero (0) values -are treated as undefined and the LCL uses other sizes instead. +are treated as undefined and the LCL uses other sizes instead. This value is +independent of constraints and siblings, only the inner parts are relevant.
TWinControl overrides this and asks the interface for theme @@ -16555,7 +16559,7 @@ ClientWidth is needed / used.
The default value in Color is the same as the value in the parent @@ -19485,7 +19489,7 @@ are relevant for the calculates values. WithThemeSpace adds space for stacking when set to True. For example: TRadioButton has a minimum size. But for stacking multiple TRadioButtons there should be space around each control. This space -is theme- dependent, so it is passed as a parameter to the widgetset. +is theme-dependent, so it is passed as a parameter to the widgetset.