mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 23:19:13 +02:00
Docs: LCL/various. Corrects spelling for 'check box' when not referring to a property name.
This commit is contained in:
parent
aa4b71e15e
commit
658d14c8a7
@ -1399,7 +1399,7 @@ component.
|
|||||||
|
|
||||||
<element name="TCustomAction.Checked">
|
<element name="TCustomAction.Checked">
|
||||||
<short>
|
<short>
|
||||||
Whether the CheckBox associated with the action is <var>Checked</var>
|
Whether the check box control associated with the action is <var>Checked</var>
|
||||||
(default <b>False</b>).
|
(default <b>False</b>).
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
@ -4458,10 +4458,10 @@ IsVisible method to consider this and get real visibility.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TDBCheckBox">
|
<element name="TDBCheckBox">
|
||||||
<short>Implements a data-aware checkbox control.</short>
|
<short>Implements a data-aware check box control.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>TDBCheckBox</var> implements a data-aware checkbox control for use with
|
<var>TDBCheckBox</var> implements a data-aware check box control for use with
|
||||||
a logical field in a database. The dataset field can be represented using
|
a logical field in a database. The dataset field can be represented using
|
||||||
either a <var>Boolean</var> or a <var>String</var> data type.
|
either a <var>Boolean</var> or a <var>String</var> data type.
|
||||||
</p>
|
</p>
|
||||||
@ -4476,7 +4476,7 @@ Support for <var>TBasicAction</var> is also implemented in the control using
|
|||||||
its <var>Action</var> property.
|
its <var>Action</var> property.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Use the following properties to configure and control the data-aware checkbox
|
Use the following properties to configure and control the data-aware check box
|
||||||
control:
|
control:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -4592,7 +4592,7 @@ control.
|
|||||||
|
|
||||||
<element name="TDBCheckBox.GetFieldCheckState">
|
<element name="TDBCheckBox.GetFieldCheckState">
|
||||||
<short>
|
<short>
|
||||||
<var>GetFieldCheckState</var> - returns the checkbox state for the current
|
<var>GetFieldCheckState</var> - returns the check box state for the current
|
||||||
field.
|
field.
|
||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
@ -4992,7 +4992,7 @@ RealGet/SetText. Get/SetTextBuf is only kept for compatibility.
|
|||||||
<element link="#lcl.controls.TControl.Constraints" name="TDBCheckBox.Constraints"/>
|
<element link="#lcl.controls.TControl.Constraints" name="TDBCheckBox.Constraints"/>
|
||||||
<element name="TDBCheckBox.DataField">
|
<element name="TDBCheckBox.DataField">
|
||||||
<short>
|
<short>
|
||||||
The name (as a string) of the field with which the checkbox is to be
|
The name (as a string) of the field with which the check box is to be
|
||||||
associated.
|
associated.
|
||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
|
@ -3360,12 +3360,12 @@ stored in the <var>TFindOptions</var> set type, and used to implement the
|
|||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frHideMatchCase">
|
<element name="TFindOption.frHideMatchCase">
|
||||||
<short>
|
<short>
|
||||||
If set the "Match case" checkbox is hidden from the Find dialog.
|
If set the "Match case" check box is hidden on the Find dialog.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frHideWholeWord">
|
<element name="TFindOption.frHideWholeWord">
|
||||||
<short>
|
<short>
|
||||||
If set the "Whole word" checkbox is hidden from the Find dialog.
|
If set the "Whole word" check box is hidden on the Find dialog.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frHideUpDown">
|
<element name="TFindOption.frHideUpDown">
|
||||||
@ -3380,7 +3380,7 @@ This flag is set when the user checks the "Match case" checkbox.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frDisableMatchCase">
|
<element name="TFindOption.frDisableMatchCase">
|
||||||
<short>
|
<short>
|
||||||
If set the "Match case" checkbox is disabled in the Find dialog.
|
If set the "Match case" check box is disabled on the Find dialog.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frDisableUpDown">
|
<element name="TFindOption.frDisableUpDown">
|
||||||
@ -3390,7 +3390,7 @@ If set the "Up" and "Down" radio buttons are disabled in the Find dialog.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frDisableWholeWord">
|
<element name="TFindOption.frDisableWholeWord">
|
||||||
<short>
|
<short>
|
||||||
If set the "Whole word" checkbox is disabled in the Find dialog.
|
If set the "Whole word" check box is disabled on the Find dialog.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frReplace">
|
<element name="TFindOption.frReplace">
|
||||||
@ -3420,7 +3420,7 @@ This flag is set when the user checks the "Prompt on replace" checkbox.
|
|||||||
</element>
|
</element>
|
||||||
<element name="TFindOption.frHidePromptOnReplace">
|
<element name="TFindOption.frHidePromptOnReplace">
|
||||||
<short>
|
<short>
|
||||||
If set the "Prompt on replace" checkbox is hidden from the Find dialog.
|
If set the "Prompt on replace" check box is hidden on the Find dialog.
|
||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
@ -5019,7 +5019,7 @@ click in a check group.
|
|||||||
<short>Object generating the event notification.</short>
|
<short>Object generating the event notification.</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCheckGroupClicked.Index">
|
<element name="TCheckGroupClicked.Index">
|
||||||
<short>Ordinal position for the checkbox Item clicked in the control.</short>
|
<short>Ordinal position for the check box Item clicked in the control.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TCustomCheckGroup">
|
<element name="TCustomCheckGroup">
|
||||||
@ -5217,7 +5217,7 @@ Items in the control.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomCheckGroup.SetChecked.Index">
|
<element name="TCustomCheckGroup.SetChecked.Index">
|
||||||
<short>Ordinal position for the checkbox updated in the method.</short>
|
<short>Ordinal position for the check box updated in the method.</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomCheckGroup.SetChecked.AValue">
|
<element name="TCustomCheckGroup.SetChecked.AValue">
|
||||||
<short>New value for the checkbox.</short>
|
<short>New value for the checkbox.</short>
|
||||||
@ -5231,7 +5231,7 @@ Items in the control.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomCheckGroup.SetCheckEnabled.Index">
|
<element name="TCustomCheckGroup.SetCheckEnabled.Index">
|
||||||
<short>Ordinal position for the checkbox updated in the method.</short>
|
<short>Ordinal position for the check box updated in the method.</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomCheckGroup.SetCheckEnabled.AValue">
|
<element name="TCustomCheckGroup.SetCheckEnabled.AValue">
|
||||||
<short>New value for the enable state in the checkbox.</short>
|
<short>New value for the enable state in the checkbox.</short>
|
||||||
|
@ -349,7 +349,7 @@ Causes the expanded information to be fully visible (expanded) when a task dialo
|
|||||||
</element>
|
</element>
|
||||||
<element name="TTaskDialogFlag.tdfVerificationFlagChecked">
|
<element name="TTaskDialogFlag.tdfVerificationFlagChecked">
|
||||||
<short>
|
<short>
|
||||||
Indicates that the verification checkbox is in a checked state when a task
|
Indicates that the verification check box is in a checked state when a task
|
||||||
dialog is displayed. Ignored when the verification text for the dialog is
|
dialog is displayed. Ignored when the verification text for the dialog is
|
||||||
empty.
|
empty.
|
||||||
</short>
|
</short>
|
||||||
@ -1025,7 +1025,7 @@ The text content displayed in the footer area for the dialog.
|
|||||||
|
|
||||||
<element name="TTaskDialog.Verify">
|
<element name="TTaskDialog.Verify">
|
||||||
<short>
|
<short>
|
||||||
The verification text for the optional checkbox at the bottom of the dialog.
|
The verification text for the optional check box at the bottom of the dialog.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
@ -1090,9 +1090,9 @@ Checked state for the verification check box.
|
|||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
Indicates whether state for the optional checkbox state at the bottom of the
|
Indicates whether state for the optional check box state at the bottom of the
|
||||||
dialog. If Verify is not '', should be set before execution. After execution,
|
dialog. If Verify is not '', should be set before execution. After execution,
|
||||||
will contain the final checkbox state.
|
will contain the final check box state.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
@ -1236,7 +1236,7 @@ Sets the value for the specified visual element on the dialog.
|
|||||||
<p>
|
<p>
|
||||||
Allows a OnButtonClicked callback to change the value for a Task Dialog main
|
Allows a OnButtonClicked callback to change the value for a Task Dialog main
|
||||||
element. Note that tdeVerif could be modified only in emulation mode, since
|
element. Note that tdeVerif could be modified only in emulation mode, since
|
||||||
the API does not give any run-time access to the checkbox caption. Other
|
the API does not give any run-time access to the check box caption. Other
|
||||||
elements will work in both emulated and native modes.
|
elements will work in both emulated and native modes.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
Loading…
Reference in New Issue
Block a user