Docs: Fix description for DBCheckBox properties ValueChecked/ValueUnchecked. Issue #26490.

git-svn-id: trunk@51926 -
This commit is contained in:
juha 2016-03-12 10:37:57 +00:00
parent 58de93157f
commit ad8ba1d824

View File

@ -2628,14 +2628,14 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th
<!-- property Visibility: published -->
<element name="TDBCheckBox.ValueChecked">
<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/>
<seealso/>
</element>
<!-- property Visibility: published -->
<element name="TDBCheckBox.ValueUnchecked">
<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/>
<seealso/>
</element>