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.TControl.EditingDone -
Called when user has finished editing. This procedure can be used by data links to commit the changes
. -For example:
Called when user has finished editing. This procedure can be used by data links to commit the changes.
+For example:
It's totally up to the control, what events will commit.
Likewise, these version constants can be used at compile time in an conditional
-expressions, such as {$IFDEF lcl_major>0}
. Currently these kinds of
+expressions, such as {$IFDEF lcl_major>0}
. Currently these kinds of
epressions are only support in {$mode delphi}
. Recently fpc 2.3.1 added
support for these kind of expressions in {$mode delphi}
.
TCustomCheckBox: The base (abstract) class from which the TCheckBox is derived
.Check boxes present the user with options that can be selected (checked) or deselected (unchecked).
TCustomCheckBox: The base (abstract) class from which the TCheckBox is derived.
+Check boxes present the user with options that can be selected (checked) or deselected (unchecked).