mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 04:49: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 -->
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user