Docs: Various Fixes duplicate words 'the the '.

This commit is contained in:
dsiders 2024-05-13 21:28:48 +01:00
parent 452fa6128d
commit 7e234e47ec
36 changed files with 94 additions and 94 deletions

View File

@ -1477,7 +1477,7 @@ handler (when assigned) when the control receives focus.
<var>TCustomDateTimePicker</var>. It resets the internal member used to track
the selected text part when dtpoResetSelection has been included in the
Options property. DoEnter calls the inherited method (in TWinControl) to
signal the the OnEnter event handler (when assigned). Invalidate is called and
signal the OnEnter event handler (when assigned). Invalidate is called and
the control is subsequently redrawn.
</p>
<p>
@ -3935,7 +3935,7 @@ the value for the selected part.
</ul>
<p>
Paint calls the inherited method (in TCustomControl) prior to exit to signal
the the OnPaint event handler (when assigned).
the OnPaint event handler (when assigned).
</p>
<p>
Paint is called from the PaintWindow method, and occurs when a LM_PAINT

View File

@ -2330,7 +2330,7 @@ in TCustomSpinEditEx to ensure that the incremented value is valid for the
<var>Int64</var> data type.
</p>
<p>
<var>AValue</var> contains the the numeric value to be incremented.
<var>AValue</var> contains the numeric value to be incremented.
</p>
<p>
The return value contains the Int64 value after Increment has been added. The

View File

@ -1897,7 +1897,7 @@ a property value in a linked object.
</short>
<descr>
<p>
<var>TTICustomEdit</var> extends <var>TCustomEdit</var> to allow the the
<var>TTICustomEdit</var> extends <var>TCustomEdit</var> to allow the
RTTI-enabled edit control to read and write its value from an associated edit
control.
</p>

View File

@ -1093,7 +1093,7 @@ Values in AMin and AMax are not used or assigned in the overridden method.
</p>
<p>
GetAutoFillColumnInfo is called when AutoFillColumns is set to <b>True</b>,
and the column sizes are recalculated for the the grid control.
and the column sizes are recalculated for the grid control.
</p>
</descr>
<seealso>

View File

@ -2247,7 +2247,7 @@ Constructor for the class instance.
<p>
<var>Create</var> is an alternate constructor for the class instance. Create
calls the inherited constructor, and stores the <var>TStrings</var> instance
in <var>AList</var> to the the internal member used in the class instance.
in <var>AList</var> to the internal member used in the class instance.
</p>
<remark>
Resources allocated to the TStrings instance must be freed by the caller.

View File

@ -2255,7 +2255,7 @@ Gets the value of file attributes for the specified file name.
attributes for the specified file name. For the Windows environment,
GetFileAttributesW in Windows is called to the file attribute value for
Filename. For UNIX-like environments, FileGetAttr in SysUtils is called to
the the return value.
the return value.
</p>
<p>
The return value contains a numeric value that can be OR-ed with the

View File

@ -2218,7 +2218,7 @@ line for the application.
<!-- function Visibility: default -->
<element name="GetParamByName">
<short>
The the value for the specified parameter name from the command line for the
The value for the specified parameter name from the command line for the
application.
</short>
<descr/>

View File

@ -371,7 +371,7 @@ end of the memory allocated to the Items property. ReAllocMem is used to set
the new size for the memory allocation.
</p>
<p>
Add ensures the the internal member used for the Count function is
Add ensures the internal member used for the Count function is
incremented when necessary.
</p>
<p>

View File

@ -146,7 +146,7 @@ specified value.
</short>
</element>
<element name="UTF16Copy.CharCount">
<short>Number of characters (code points) copied in the the routine.</short>
<short>Number of characters (code points) copied in the routine.</short>
</element>
<element name="UTF16CharStart">

View File

@ -59,7 +59,7 @@ family.
</p>
<p>
Patch numbers identify a release candidate or a general availability release.
For example: 3.0.0 RC1 has the the full version value of 3.0.0.1. RC2 has the
For example: 3.0.0 RC1 has the full version value of 3.0.0.1. RC2 has the
value 3.0.0.2, and the released product could be 3.0.0.3.
</p>
<p>

View File

@ -1384,7 +1384,7 @@ translation array in ArrayKOI8RToUTF8.
<element name="MacintoshToUTF8">
<short>
Converts a value encoded using the the Macintosh Code Page to UTF-8.
Converts a value encoded using the Macintosh Code Page to UTF-8.
</short>
<descr>
<p>

View File

@ -1553,7 +1553,7 @@ prior to calling the inherited Compile method.
</p>
<p>
Compile may raise an exception when an invalid or incomplete mask is
encountered. The the Compile method is called again with the same value in
encountered. The Compile method is called again with the same value in
Mask, is simply returns <b>False</b> rather than re-raise the exception.
</p>
<p>

View File

@ -617,7 +617,7 @@ Assign calls the <var>Clear</var> method to remove all existing item/object
associations stored in List.
</p>
<p>
Assign sets the the value in <var>Count</var> to the the length in SrcList.
Assign sets the value in <var>Count</var> to the length in SrcList.
The method iterates over the values in the TList instance, and stores the
TItem instances in the corresponding positions in List. The associated object
for all entries in List is unassigned (<b>Nil</b>).

View File

@ -357,7 +357,7 @@ comment.
</p>
<p>
The value in Comments is detected when the ReadPOText method in TPOFile is
called to process the the contents of a .po file, and stored when the FillItem
called to process the contents of a .po file, and stored when the FillItem
method in TPOFile is called.
</p>
<p>

View File

@ -666,7 +666,7 @@ cache then creates a Glyph Bitmap.
<p>
If you drop a component on the form in the form editor, you don't need to add
code to explicitly create it. The component is automatically created together
with the the form, and destroyed when the form is destroyed.
with the form, and destroyed when the form is destroyed.
</p>
<p>
However, if you create the component by code, don't forget to free it when it
@ -3966,7 +3966,7 @@ scaling factor for the control are used to scale the image.
</p>
<p>
The return value is a TRect instance with are needed to draw the glyph image
on the the specified canvas. Its member values are set to 0 (zero) when a
on the specified canvas. Its member values are set to 0 (zero) when a
TButtonGlyph instance has not been assigned by setting a Glyph bitmap for the
control.
</p>

View File

@ -9437,7 +9437,7 @@ TRect instance with the coordinates for the specified display region.
<element name="TListItem.DisplayRectSubItem">
<short>
Gets the the display rectangle coordinates for a region in the specified
Gets the display rectangle coordinates for a region in the specified
sub-item on its list view control.
</short>
<descr>
@ -12650,7 +12650,7 @@ control.
<p>
<var>TLVInsertEvent</var> is an alias for the <var>TLVDeletedEvent</var>
type, and uses the same arguments. TLVInsertEvent is the type used to
implement the the <var>OnInsert</var> event handler in
implement the <var>OnInsert</var> event handler in
<var>TCustomListView</var>.
</p>
</descr>
@ -18031,7 +18031,7 @@ This feature can be used in List View and in Tab controls.
<p>
<var>HotTrackStyles</var> is a <var>TListHotTrackStyles</var> property which
contains the extended list view style options for hot tracking. It contains
zero or more values from the the TListHotTrackStyle enumeration. The values
zero or more values from the TListHotTrackStyle enumeration. The values
control the cursor shape or the font attributes applied to list items when
the mouse pointer is hovered over the items.
</p>
@ -20484,7 +20484,7 @@ used to display and edit the value for the Position property in the control.
</p>
<p>
Changing the value for the property causes a previously assigned control to be
disconnected; its event handlers are unassigned and the the Associate property
disconnected; its event handlers are unassigned and the Associate property
is <b>Nil</b>'d prior to setting the new value for the property.
</p>
<p>
@ -20738,7 +20738,7 @@ on the control.
<var>Orientation</var> is a <var>TUDOrientation</var> property which indicates
the horizontal or vertical orientation for the buttons displayed on the
control. The default value for the property is udVertical, and causes the
speed buttons to be stacked vertically with the the button glyphs drawn in the
speed buttons to be stacked vertically with the button glyphs drawn in the
upwards and downwards directions. Use udHorizontal to orient the buttons
side-by-side with their glyphs pointing towards the left and right.
</p>
@ -21063,7 +21063,7 @@ Values from TToolButton are stored in the TToolButtonFlags set type.
<short>The mouse cursor is hovered over the drop-down indicator.</short>
</element>
<element name="TToolButtonFlag.tbfDropDownMenuShown">
<short>The the drop-down menu for the tool button is visible.</short>
<short>The drop-down menu for the tool button is visible.</short>
</element>
<element name="TToolButtonFlags">
@ -21647,7 +21647,7 @@ the control.
<descr>
<p>
<var>Paint</var> is an overridden method in <var>TToolButton</var>, and
provides nested routines used to draw the the tool button using the style,
provides nested routines used to draw the tool button using the style,
caption, and image for the control. Paint requires <var>ToolBar</var> to be
assigned before it can render the button control using the routines in the
overridden method. When ToolBar is unassigned, only the inherited Paint
@ -27512,7 +27512,7 @@ enumeration are stored in the TNodeStates type.
</seealso>
</element>
<element name="TNodeState.nsCut">
<short>Cut has been set in the the TTreeNode.</short>
<short>Cut has been set in the TTreeNode.</short>
</element>
<element name="TNodeState.nsDropHilited">
<short>DropTarget has been set in the TTreeNode.</short>
@ -28385,7 +28385,7 @@ structure displayed in a <var>TTreeView</var> control.
<p>
TTreeNode has properties with the content displayed for the tree node like:
Text, Data, ImageIndex, and OverlayIndex. It has properties which indicate
the the the state for the node on the tree view control like: Cut, Deleting,
the state for the node on the tree view control like: Cut, Deleting,
Expanded, Focused, IsVisible, Selected, MultiSelected, States, Visible, and
Enabled. It also includes properties that represent its relationship and
position in the hierarchical tree structure like: TreeView, Owner /
@ -30645,7 +30645,7 @@ contains -1 if the node does not have an assigned Parent node.
Changing the value for the property causes the tree node to be relocated in
the Parent node, or the Owner for top-level nodes. An ETreeViewError exception
is raised if the Index for a top-level node is changed and Owner has not been
assigned. The MoveTo method is called to relocate the the tree node to the new
assigned. The MoveTo method is called to relocate the tree node to the new
position in the property value.
</p>
<p>
@ -30807,7 +30807,7 @@ TGraphicsDrawEffect</link> for the other values allowed in the property, and
their meanings.
</p>
<p>
Changing the value for the property causes the the Update method to be called
Changing the value for the property causes the Update method to be called
to redraw the TreeView control for the node. The Changed method is called to
notify the TreeView control of the reason that the node was changed.
</p>
@ -30897,7 +30897,7 @@ property value is <b>True</b> when <var>nsSelected</var> or
<var>nsMultiSelected</var> has been included in the <var>States</var>
property. nsSelected indicates that the node is assigned to the
<var>TCustomTreeView.Selected</var> property. nsMultiSelected indicates that
the node is stored in the the <var>TCustomTreeView.Selections</var> property
the node is stored in the <var>TCustomTreeView.Selections</var> property
when it has <var>MultiSelect</var> enabled.
</p>
<p>
@ -37631,7 +37631,7 @@ found at the position.
</short>
</element>
<element name="TCustomTreeView.GetNodeAt.X">
<short>Horizontal coordinate for the the node or row.</short>
<short>Horizontal coordinate for the node or row.</short>
</element>
<element name="TCustomTreeView.GetNodeAt.Y">
<short>Vertical coordinate for the tree node or row.</short>

View File

@ -442,7 +442,7 @@ calling the destructor for an executing timer class instance.
<p>
<var>OnStartTimer</var> is a <var>TNotifyEvent</var> property that implements
the event handler signalled when the timer class instance is started. Assign
a TNotifyEvent procedure to the the event handler to perform actions needed
a TNotifyEvent procedure to the event handler to perform actions needed
to reflect the change in the timer state. No actions are performed for the
event notification when OnStartTimer is unassigned (contains <b>Nil</b>).
</p>

View File

@ -1035,7 +1035,7 @@ from an index key field in the linked lookup dataset.
defined as key fields in the Field for the linked dataset. When ValueIndex
contains a valid position for the list of fields names, the corresponding
field value from the lookup dataset is returned. Otherwise, the <b>Null</b>
value is used as the the return value for the method.
value is used as the return value for the method.
</p>
<p>
GetKeyField is called from methods in controls which use TDBLookup in their
@ -3245,7 +3245,7 @@ TDBLookupListBox allows selection of a value from a list of items, and stores
the value to a field in a linked dataset. The database lookup feature allows
a separate dataset to be used which contains the values for the items
available in the control. Individual fields can be specified for both the
stored value and the the associated display value. Internally, it uses a
stored value and the associated display value. Internally, it uses a
TDBLookup component to enable the database lookup feature.
</p>
<p>
@ -4022,7 +4022,7 @@ the control.
<descr>
<p>
<var>UpdateRadioButtonStates</var> is an overridden method in
<var>TDBRadioGroup</var> used to update the the linked dataset for the
<var>TDBRadioGroup</var> used to update the linked dataset for the
data-aware control when the value in ItemIndex has been changed.
</p>
<p>
@ -5436,7 +5436,7 @@ Implements the message to get the data link for the control.
<seealso/>
</element>
<element name="TCustomDBComboBox.CMGetDataLink.Message">
<short>Control message updated in the the method.</short>
<short>Control message updated in the method.</short>
</element>
<element name="TCustomDBComboBox.DoEdit">

View File

@ -1009,7 +1009,7 @@ determine if it is active. An EInvalidGridOperation exception is raised if
the dataset is not already active.
</p>
<p>
CheckActive compares the dataset in the bookmark list to the the dataset in
CheckActive compares the dataset in the bookmark list to the dataset in
the associated Grid control. If they are the same Dataset, no additional
processing is performed in the method. Otherwise, the Dataset for the
bookmark list is set to the Dataset from the associated Grid control.
@ -2262,7 +2262,7 @@ in the column.
</seealso>
</element>
<element name="TColumn.GetDefaultWidth.Result">
<short>Effective width for the the column.</short>
<short>Effective width for the column.</short>
</element>
<element name="TColumn.GetPickList">
@ -5866,9 +5866,9 @@ its display width.
<p>
<var>IsColumnVisible</var> is a <var>Boolean</var> function which indicates
if the specified column number is a visible column for the grid control.
IsColumnVisible uses the Columns collection (when Enabled) to get the
IsColumnVisible uses the Columns collection (when Enabled) to get the
TColumn instance at the specified position. Its Visible property is used as
the the return value for the method. When Columns is not used in the control,
the return value for the method. When Columns is not used in the control,
the ColWidths property is checked to ensure that the specified column number
has a positive non-zero width.
</p>

View File

@ -481,7 +481,7 @@ resources.
</element>
<element name="TCommonDialog.IsTitleStored">
<short>Implements the storage specifier for the the Title property.</short>
<short>Implements the storage specifier for the Title property.</short>
<descr>
<p>
Returns <b>True</b> when <var>Title</var> contains a value other than
@ -5217,7 +5217,7 @@ Implemented for native Windows Vista or later platforms.
<element name="TTaskDialogFlag.tfSizeToContent">
<short>
Indicates the width for the dialog is determined by the caption, title, or
lines of text in the the content areas areas. The flag is ignored if the
lines of text in the content areas areas. The flag is ignored if the
dialog width is not set to 0 (zero). Implemented for native Windows Vista
or later platforms.
</short>
@ -8078,7 +8078,7 @@ Added in LCL version 4.0.
<element name="TCustomTaskDialog.Expanded">
<short>
Indicates the expanded or collapsed state for the the ExpandedText on the task
Indicates the expanded or collapsed state for the ExpandedText on the task
dialog form.
</short>
<descr>

View File

@ -2794,7 +2794,7 @@ instantiated and used as the return value is actually
<p>
CreateDialog ensures that values for the InitialDir and FileName properties
in the dialog are set using the properties in the class instance.
<var>Directory</var> and <var>Filename</var> are used in the the dialog when
<var>Directory</var> and <var>Filename</var> are used in the dialog when
the directory exists on the local file system. Otherwise, the initial
directory is set to the value in <var>RootDir</var> and the file name is set
to the value in <var>Directory</var>.
@ -3767,7 +3767,7 @@ property. The value in DateOrder determines the date format used for the text
value.
</p>
<p>
Loaded calls the the inherited method prior to exit to update the spacing and
Loaded calls the inherited method prior to exit to update the spacing and
color for the control.
</p>
</descr>

View File

@ -511,7 +511,7 @@ Ordinal position in the page list where the page object was stored.
<p>
<var>Clear</var> is an overridden method which implements the abstract
virtual method declared in the <var>TStrings</var> ancestor. Clear is used to
remove all <var>TPage</var> instances stored in the the internal page list.
remove all <var>TPage</var> instances stored in the internal page list.
It calls the <var>Delete</var> method to remove the last TPage instance in
the list until all items in the list have been deleted.
</p>
@ -8020,7 +8020,7 @@ will need to be resolved using the <var>GetDefaultColor</var> method.
Convenience routines which obtain the color by resolving clDefault and
ParentColor are also provided in <var>TControl.GetColorResolvingParent</var>
and <var>TControl.GetRGBColorResolvingParent</var>. If UseCLDefault is not
defined, the the default value is clWindow.
defined, the default value is clWindow.
</p>
<p>
Setting an explicit value in Color causes both ParentColor and
@ -10662,7 +10662,7 @@ Control drawn on the band, its visibility, and position and size information.
<p>
<var>BandRect</var> is a <var>TRect</var> property which contains the bounds
for the band control. BandRect is used in methods which set the layout and
placement for the the band control, like <var>InitializeBand</var> and
placement for the band control, like <var>InitializeBand</var> and
<var>MoveBand</var>.
</p>
<p>

View File

@ -845,7 +845,7 @@ displayed in the combo-box.
<p>
Use <var>AutoComplete</var> to enable or disable case-insensitive automatic
text completion in the edit area for the combo-box. When set to <b>True</b>,
the Filter which starts the the typed value is located and selected in the
the Filter which starts the typed value is located and selected in the
control. Please note that AutoComplete works when the text area is empty, or
when the entire contents of the editable are are selected.
</p>
@ -1099,7 +1099,7 @@ name is displayed in the combo-box.
<p>
Use <var>AutoComplete</var> to enable or disable case-insensitive automatic
text completion in the edit area for the combo-box. When set to <b>True</b>,
the Filter which starts the the typed value is located and selected in the
the Filter which starts the typed value is located and selected in the
control. Please note that AutoComplete works when the text area is empty, or
the entire contents of the editable are are selected.
</p>

View File

@ -80,7 +80,7 @@ Button used to perform the "Find More" action.
<element name="TFindDialogForm.CancelButton">
<short>
Button used to cancel and close the the dialog form.
Button used to cancel and close the dialog form.
</short>
<descr/>
<seealso/>

View File

@ -7349,7 +7349,7 @@ Indicates whether a default color applies to a font or a brush.
<descr>
<p>
Values from TDefaultColorType are passed as an argument to the
GetdefaultColor method in TCanvas. It allows the the color clDefault to be
GetdefaultColor method in TCanvas. It allows the color clDefault to be
resolved to the correct color value in the class instance.
</p>
</descr>
@ -7359,12 +7359,12 @@ resolved to the correct color value in the class instance.
</element>
<element name="TDefaultColorType.dctBrush">
<short>
Default color refers to the the Brush color.
Default color refers to the Brush color.
</short>
</element>
<element name="TDefaultColorType.dctFont">
<short>
Default color refers to the the Font color.
Default color refers to the Font color.
</short>
</element>
@ -8811,21 +8811,21 @@ were added in LCL version 2.6.1.
</element>
<element name="TCanvas.Arc.SX">
<short>
Horizontal coordinate for the the starting radial point in the arc.
Horizontal coordinate for the starting radial point in the arc.
</short>
</element>
<element name="TCanvas.Arc.SY">
<short>
Vertical coordinate for the the starting radial point in the arc.
Vertical coordinate for the starting radial point in the arc.
</short>
</element>
<element name="TCanvas.Arc.EX">
<short>
Horizontal coordinate for the the ending radial point in the arc.
Horizontal coordinate for the ending radial point in the arc.
</short>
</element>
<element name="TCanvas.Arc.EY">
<short>Vertical coordinate for the the ending radial point in the arc.</short>
<short>Vertical coordinate for the ending radial point in the arc.</short>
</element>
<element name="TCanvas.ArcTo">
@ -10227,7 +10227,7 @@ the rectangle
rectangle (vertically)
</li>
<li>
<var>TextStyle.Layout = tlBottom</var>: Text sits above the the bottom edge
<var>TextStyle.Layout = tlBottom</var>: Text sits above the bottom edge
of the rectangle
</li>
</ul>
@ -13016,7 +13016,7 @@ action which modifies member values in RawImage.
<p>
<var>ScanLine</var> is a read-only indexed <var>Pointer</var> property which
provides access to a scan line in the raster image. The scan line consists of
a single row of pixels in the the raw image data.
a single row of pixels in the raw image data.
</p>
<p>
<var>Row</var> contains the row number read from the <var>TRawImage</var>
@ -13836,7 +13836,7 @@ Ensures that the <var>RawImage</var> property is allocated prior to accessing
values in the raw image data.
</p>
<p>
<var>ADescOnly</var> indicates whether the image descriptor or the the
<var>ADescOnly</var> indicates whether the image descriptor or the
complete raw image data is required. When ADescOnly is <b>True</b>, only the
<var>TRawImageDescription</var> in the raw image is needed. When set to
<var>False</var>, all values in the <var>TRawImage</var> instance are
@ -15933,7 +15933,7 @@ Palette information is handled in the .ICO image format.
<short>Indicates whether the image class type has a shared handle.</short>
<descr>
<p>
Determines whether the the image class type can be shared. Returns
Determines whether the image class type can be shared. Returns
<b>True</b> when <var>AClass</var> is derived from <var>TSharedIcon</var>.
</p>
<p>

View File

@ -437,7 +437,7 @@ Draws a gradient from top to bottom with parabolic color variation.
<short>Rectangle for the window drawn using a gradient .</short>
</element>
<element name="DrawGradientWindow.TitleHeight">
<short>Height of the the title bar in the window.</short>
<short>Height of the title bar in the window.</short>
</element>
<element name="DrawGradientWindow.BaseColor">
<short>Base color for the window.</short>

View File

@ -5436,7 +5436,7 @@ TGridColumn instance. It is called from the ScaleFontsPPI method in
TCustomGrid when Columns have been defined for the grid control.
</p>
<p>
ScaleFontsPPI calls the The DoScaleFontPPI method in Grid to adjust the
ScaleFontsPPI calls the DoScaleFontPPI method in Grid to adjust the
control font using the arguments in AToPPI and AProportion.
</p>
<p>
@ -11443,7 +11443,7 @@ deactivated by setting EditorMode to False.
<p>
The ColRowDeleted method is called when the affected data has been removed
from the grid control and the cached values in GCache. In a descendent class
(TCustomDrawGrid), the the OnColRowDeleted event handler is signalled (when
(TCustomDrawGrid), the OnColRowDeleted event handler is signalled (when
assigned).
</p>
<p>
@ -12766,7 +12766,7 @@ or the column index is not valid, APriority is set to <b>1</b>.
</p>
<p>
GetAutoFillColumnInfo is called when AutoFillColumns is set to <b>True</b>,
and the column sizes are recalculated for the the grid control.
and the column sizes are recalculated for the grid control.
</p>
</descr>
<seealso>
@ -15858,7 +15858,7 @@ SetCursor calls the inherited method to perform the
<short>Sets the value used in the cell Editor to the specified text.</short>
<descr>
<p>
Sets the the text displayed in the <var>Editor</var> for the cell at the
Sets the text displayed in the <var>Editor</var> for the cell at the
position specified in <var>ACol</var> and <var>ARow</var> to the given value.
</p>
<p>
@ -18820,7 +18820,7 @@ rectangle using the <var>FocusColor</var> property.
</p>
<p>
It also controls the look of column/row resizing operations. When
<b>True</b>, a line shows visually the size that the the column or row will
<b>True</b>, a line shows visually the size that the column or row will
have if the user ends the operation. When <b>False</b>, the column or row
resizing takes effect as the user drags the mouse.
</p>
@ -20761,7 +20761,7 @@ not already in the array).
</p>
<p>
Use SelectedRange to access the selection rectangles by the ordinal position
in the the internal TGridRectArray instance.
in the internal TGridRectArray instance.
</p>
<p>
Use AddSelectedRange to add a selection rectangle when RangeSelectMode is set
@ -21390,7 +21390,7 @@ TVirtualGrid instance created for the control.
<element name="TCustomDrawGrid.DrawCell">
<short>
Draws the the content for the cell specified in the ACol and ARow arguments.
Draws the content for the cell specified in the ACol and ARow arguments.
</short>
<descr>
<p>
@ -21996,7 +21996,7 @@ the new state value for the CheckBox.
<short>Sets the value used in the cell Editor to the specified text.</short>
<descr>
<p>
<var>SetEditText</var> is an overridden method used to set the the text
<var>SetEditText</var> is an overridden method used to set the text
displayed in the <var>Editor</var> for the cell specified in <var>ACol</var>
and <var>ARow</var>.
</p>
@ -23532,7 +23532,7 @@ translated into HTML-safe tags or HTML character entities.
</remark>
<p>
Include goCopyWithoutTrailingLinebreak in the Options2 property to discard
a trailing end-of-line sequence at the end of rows in the the copied cell
a trailing end-of-line sequence at the end of rows in the copied cell
rectangle.
</p>
</descr>

View File

@ -351,7 +351,7 @@ that they will have the correct class types.
<element name="TCustomAbstractGroupedEdit.GetPasswordChar">
<short>Gets the value for the PasswordChar property.</short>
<descr>
Read access for the the value is redirected to the PasswordChar property in
Read access for the value is redirected to the PasswordChar property in
BaseEditor.
</descr>
<seealso>
@ -1450,7 +1450,7 @@ event.
<p>
<var>EditEditingDone</var> is a method used to signal the OnEditingDone event
handler (when assigned) for the grouped edit control. The method is assigned
to the the OnEditingDone event handler in BaseEditor in the constructor for
to the OnEditingDone event handler in BaseEditor in the constructor for
the class instance. It ensures that the grouped edit control performs the
OnEditingDone event as a surrogate for the BaseEditor control.
</p>

View File

@ -1584,7 +1584,7 @@ TScaledImageListResolution is used in the implementation of the
</seealso>
</element>
<element name="TScaledImageListResolution.GetValid.Result">
<short>Value for the the Valid property.</short>
<short>Value for the Valid property.</short>
</element>
<element name="TScaledImageListResolution.Create">
@ -4623,7 +4623,7 @@ such as:
<element name="TCustomImageList.Clear">
<short>
Removes all images store in the the image list.
Removes all images store in the image list.
</short>
<descr>
<p>
@ -6269,7 +6269,7 @@ densities.
<short>Initial image width used for the derived value.</short>
</element>
<element name="TCustomImageList.WidthForPPI.APPI">
<short>Display density for the the derived image width.</short>
<short>Display density for the derived image width.</short>
</element>
<element name="TCustomImageList.SizeForPPI">
@ -6701,7 +6701,7 @@ WidthForPPI properties (respectively).
<p>
<var>ShareImages</var> is a <var>Boolean</var> property that indicates if the
handle for an image list is shared. When ShareImages contains <b>False</b>,
the handle to the image list is freed when the the image list is destroyed.
the handle to the image list is freed when the image list is destroyed.
</p>
<p>
This property exists only for Delphi compatibility. ShareImages is not used

View File

@ -713,7 +713,7 @@ Owner of the emulated task dialog form instance.
</short>
<descr>
<p>
Contains the the task dialog instance (TTaskDialog) which owns the form
Contains the task dialog instance (TTaskDialog) which owns the form
instance. The value for the member is passed as an argument to the
CreateNew constructor. Re-implements the Owner property defined in the
TComponent ancestor.

View File

@ -7215,7 +7215,7 @@ when SPI_SETMENUANIMATION is disabled.
<element name="SPI_SETMENUFADE">
<short>
Used to enable or disable the the menu fade animation effect on displays using
Used to enable or disable the menu fade animation effect on displays using
a color depth higher than 256. Set pvParam to TRUE to enable the menu fade
animation effect. Set pvParam to FALSE to enable the menu slide animation
effect instead. Use SPI_SETMENUANIMATION to enable or disable all animation
@ -7241,7 +7241,7 @@ selection fade effect.
<element name="SPI_GETTOOLTIPANIMATION">
<short>
Used to determine whether ToolTip animation is enabled. pvParam returns TRUE if
the the animation effect is enabled. Use SPI_GETTOOLTIPFADE to control whether
the animation effect is enabled. Use SPI_GETTOOLTIPFADE to control whether
fade or slide animation effects are used for ToolTip animations.
</short>
</element>

View File

@ -817,7 +817,7 @@ Frees the component.
<p>
<var>Destroy</var> is the destructor for the component instance. Destroy
calls the <var>Hide</var> method for the pop-up notification form, and frees
the the vNotifierForm member. Destroy calls the inherited destructor prior to
the vNotifierForm member. Destroy calls the inherited destructor prior to
exiting from the method.
</p>
</descr>

View File

@ -4384,7 +4384,7 @@ printer canvas.
</p>
<p>
But notice that in the process page is magnified. The Printer.papersize is
considerably bigger than the the size of the bitmap, but the copy process
considerably bigger than the size of the bitmap, but the copy process
fills the destination rectangle nicely. So, when we want to do this, we must
make sure that the page dimensions have the same ratio as the paper
dimension. You can figure out how to do it.

View File

@ -95,7 +95,7 @@ Button used to execute the "Find more" action for the dialog form.
<element name="TReplaceDialogForm.ReplaceButton">
<short>
Button used to execute the "Replace" action for the the dialog form.
Button used to execute the "Replace" action for the dialog form.
</short>
<seealso>
<link id="#lcl.dialogs.TReplaceDialog">TReplaceDialog</link>
@ -104,7 +104,7 @@ Button used to execute the "Replace" action for the the dialog form.
<element name="TReplaceDialogForm.ReplaceAllButton">
<short>
Button used to execute the "Replace all" action for the the dialog form.
Button used to execute the "Replace all" action for the dialog form.
</short>
<seealso>
<link id="#lcl.dialogs.TReplaceDialog">TReplaceDialog</link>
@ -113,7 +113,7 @@ Button used to execute the "Replace all" action for the the dialog form.
<element name="TReplaceDialogForm.CancelButton">
<short>
Button used to execute the "Cancel" action for the the dialog form.
Button used to execute the "Cancel" action for the dialog form.
</short>
<seealso>
<link id="#lcl.dialogs.TReplaceDialog">TReplaceDialog</link>
@ -122,7 +122,7 @@ Button used to execute the "Cancel" action for the the dialog form.
<element name="TReplaceDialogForm.HelpButton">
<short>
Button used to execute the "Help" action for the the dialog form.
Button used to execute the "Help" action for the dialog form.
</short>
<seealso>
<link id="#lcl.dialogs.TReplaceDialog">TReplaceDialog</link>

View File

@ -1745,7 +1745,7 @@ logical device) used to fill the list of items in the tree view control.
Changing the value in Root causes the Items in the control to be re-populated.
</p>
<p>
No actions are performed in the method when a new value is set for the the
No actions are performed in the method when a new value is set for the
Root property while the component is being loaded using the LCL streaming
mechanism. The actions are performed when the Loaded method is called.
</p>
@ -1796,7 +1796,7 @@ path delimiter appended for a directory entry. If the path is not absolute,
the base path name is prepended to the path value.
</p>
<p>
Setting the value for the property causes the the new value to be resolved to
Setting the value for the property causes the new value to be resolved to
a fully-qualified path name when needed. A relative path is expanded into a
fully-qualified absolute path value resolved relative to the base path in
<var>Root</var>.
@ -3430,7 +3430,7 @@ Indicates if the tree node is a directory on the local file system.
<descr>
<p>
<var>IsDirectory</var> is a <var>Boolean</var> function which indicates if
the file system object for the the tree node is a directory on the local file
the file system object for the tree node is a directory on the local file
system. The return value is <b>True</b> when the file attributes in the
internal <var>TSearchRec</var> instance for the tree node includes the
<var>faDirectory</var> attribute.

View File

@ -3540,7 +3540,7 @@ empty string (<b>''</b>) which forces the value in ItemIndex to be changed
to <b>-1</b>.
</p>
<p>
Use the Clear method in Items to remove all of the the values stored in Items
Use the Clear method in Items to remove all of the values stored in Items
but keep the current value in Text.
</p>
<p>
@ -4217,7 +4217,7 @@ when a matching value could not be located in Items.
<p>
When AutoComplete is disabled (set to <b>False</b>), the entered value is
still located located and highlighted in the drop-down list for Items.
However, the value in Text is not expanded and the the value in ItemIndex is
However, the value in Text is not expanded and the value in ItemIndex is
not updated. The item must be selected using the drop-down list to apply the
value to Text and update the value in ItemIndex.
</p>
@ -7519,7 +7519,7 @@ AutoSelect has not been enabled. AutoSelect is enabled by default in
AutoSelected is updated when the <b>Enter</b> (<b>^M</b>) key is handled for
the control, or when a left mouse up event is handled for an already focused
control. When AutoSelect is set to <b>True</b>, the <var>SelectAll</var>
method is called to select all of the the text in the control. AutoSelected
method is called to select all of the text in the control. AutoSelected
is set to <b>True</b> when <var>SelText</var> has the same value as the
<var>Text</var> property.
</p>
@ -7744,7 +7744,7 @@ in the control.
CutToClipboard is performed when the <b>Ctrl+X</b> or <b>Shift+Delete</b> key
combination is handled in the control (macOS uses <b>Meta+X</b> or
<b>Shift+Delete</b>). Pressing <b>Shift+Delete</b> when text is not selected
(<var>SelLength</var> is 0) causes the the character prior to the editing
(<var>SelLength</var> is 0) causes the character prior to the editing
cursor to be deleted but not copied to the clipboard. No actions are
performed if the editing cursor is positioned before the first character in
the Text for the control.
@ -8784,7 +8784,7 @@ parameters.
InitializeWnd ensures that property values from widgetset class are stored in
the current class instance when handle for the control is created (or
re-created). InitializeWnd is called after the handle for the control was
created, but before the the handle for child controls is created.
created, but before the handle for child controls is created.
</p>
<p>
InitializeWnd ensures that string values in the widgetset class (if any) are