diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index a08f5ea89a..5be02250e6 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -4045,9 +4045,7 @@ mrLast=mrYesToAll=10 valid. Negative or 0 are treated as undefined and the LCL uses other sizes instead.

TWinControl overrides this and asks the interface for theme dependent values. See TWinControl.CalculatePreferredSize for more information.

WithThemeSpace: If true, adds space for stacking.

For example: TRadioButton has a minimum size. But for stacking multiple TRadioButtons there should be - some space around. This space is theme dependent, so the parameter is passed to the widgetset

- -. + some space around. This space is theme dependent, so the parameter is passed to the widgetset.

@@ -5590,8 +5588,8 @@ mrLast=mrYesToAll=10 EditingDone - what to do when you have finished editing

TControl.EditingDone -

Called when user has finished editing. This procedure can be used by data links to commit the changes

. -

For example: