mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 01:07:10 +01:00
Docs: DateTimeCtrls. Corrects spelling for 'check box' when not referring to a property name.
This commit is contained in:
parent
c58ada4acf
commit
aa4b71e15e
@ -3582,12 +3582,12 @@ changed.
|
||||
</dd>
|
||||
<dt>dtpoEnabledIfUnchecked</dt>
|
||||
<dd>
|
||||
Enable the date time picker if the checkbox is unchecked.
|
||||
Enable the date time picker if the check box is unchecked.
|
||||
</dd>
|
||||
<dt>dtpoAutoCheck</dt>
|
||||
<dd>
|
||||
Auto-check an unchecked checkbox when DateTime is changed (makes sense only if
|
||||
dtpoEnabledIfUnchecked is set).
|
||||
Auto-check an unchecked check box when DateTime is changed (makes sense only
|
||||
if dtpoEnabledIfUnchecked is set).
|
||||
</dd>
|
||||
<dt>dtpoFlatButton</dt>
|
||||
<dd>
|
||||
|
||||
@ -312,11 +312,11 @@ the control.
|
||||
</dd>
|
||||
<dt>dtpoEnabledIfUnchecked</dt>
|
||||
<dd>
|
||||
Enables the date time picker if the checkbox is unchecked.
|
||||
Enables the date time picker if the check box is unchecked.
|
||||
</dd>
|
||||
<dt>dtpoAutoCheck</dt>
|
||||
<dd>
|
||||
Auto-checks an unchecked checkbox when DateTime is changed (makes sense only
|
||||
Auto-checks an unchecked check box when DateTime is changed (makes sense only
|
||||
if dtpoEnabledIfUnchecked is set).
|
||||
</dd>
|
||||
<dt>dtpoFlatButton</dt>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user