From 4570f64d4df0033aacb94a742023418ebaed4448 Mon Sep 17 00:00:00 2001
From: vincents
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).