mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:50:25 +02:00
Docs: Fix description for DBCheckBox properties ValueChecked/ValueUnchecked. Issue #26490.
git-svn-id: trunk@51926 -
This commit is contained in:
parent
58de93157f
commit
ad8ba1d824
@ -2628,14 +2628,14 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
|
|||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TDBCheckBox.ValueChecked">
|
<element name="TDBCheckBox.ValueChecked">
|
||||||
<short>
|
<short>
|
||||||
<var>ValueChecked</var> - the box for the value has been checked</short>
|
<var>ValueChecked</var> - the value to use when the box is checked, for example True or 1</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TDBCheckBox.ValueUnchecked">
|
<element name="TDBCheckBox.ValueUnchecked">
|
||||||
<short>
|
<short>
|
||||||
<var>ValueUnchecked</var> -the box for the value is unchecked</short>
|
<var>ValueUnchecked</var> - the value to use when the box is unchecked, for example False or 0</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user