Docs: LCL/comctrls. Updates topics to use TLCLHandle introduced in 211d95da.

This commit is contained in:
dsiders 2023-07-07 04:17:34 +01:00
parent 1b99ecdb6a
commit 2167710f68

View File

@ -28903,14 +28903,20 @@ Gets the value for the Handle property.
</short> </short>
<descr> <descr>
<p> <p>
GetHandle is a THandle function used to get the value for the Handle <var>GetHandle</var> is a <var>TLCLHandle</var> function used to get the value
property. It is the Handle allocated for the associated TreeView control, or for the <var>Handle</var> property. It is the Handle allocated for the
zero (0) if the TreeView property has not been assigned for the node. associated TreeView control, or zero (0) if the TreeView property has not been
assigned for the node.
</p> </p>
</descr> </descr>
<version>
Modified in LCL version 4.0 to return the TLCLHandle type instead of the
deprecated THandle type.
</version>
<seealso> <seealso>
<link id="TTreeNode.Handle"/> <link id="TTreeNode.Handle"/>
<link id="TTreeNode.TreeView"/> <link id="TTreeNode.TreeView"/>
<link id="#lcl.lcltype.TLCLHandle">TLCLHandle</link>
</seealso> </seealso>
</element> </element>
<element name="TTreeNode.GetHandle.Result"> <element name="TTreeNode.GetHandle.Result">
@ -30229,13 +30235,19 @@ tree node.
</short> </short>
<descr> <descr>
<p> <p>
<var>THandle</var> is a read-only <var>THandle</var> property with the handle <var>Handle</var> is a read-only <var>TLCLHandle</var> property with the
assigned for the associated <var>TreeView</var> control. The property value handle assigned for the associated <var>TreeView</var> control. The property
is <b>0</b> (<b>zero</b>) if a handle has not been assigned for the TreeView value is <b>0</b> (<b>zero</b>) if a handle has not been assigned for the
control. TreeView control.
</p> </p>
</descr> </descr>
<seealso/> <version>
Modified in LCL version 4.0 to use the TLCLHandle type instead of the
deprecated THandle type.
</version>
<seealso>
<link id="#lcl.lcltype.TLCLHandle">TLCLHandle</link>
</seealso>
</element> </element>
<element name="TTreeNode.HasChildren"> <element name="TTreeNode.HasChildren">
@ -31081,7 +31093,14 @@ and <var>TreeNodes</var> properties in <var>TTreeNode</var>.
Gets the handle for the TreeView component using the collection of nodes. Gets the handle for the TreeView component using the collection of nodes.
</short> </short>
<descr/> <descr/>
<seealso/> <version>
Modified in LCL version 4.0 to return the TLCLHandle type instead of the
deprecated THandle type.
</version>
<seealso>
<link id="TCustomTreeView.Handle"/>
<link id="#lcl.lcltype.TLCLHandle">TLCLHandle</link>
</seealso>
</element> </element>
<element name="TTreeNodes.GetHandle.Result"> <element name="TTreeNodes.GetHandle.Result">
<short>The handle for the TreeView, or 0 when TreeView is unassigned.</short> <short>The handle for the TreeView, or 0 when TreeView is unassigned.</short>