diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 7a77d70fff..557328bea6 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -28903,14 +28903,20 @@ Gets the value for the Handle property.

-GetHandle is a THandle function used to get the value for the Handle -property. It is the Handle allocated for the associated TreeView control, or -zero (0) if the TreeView property has not been assigned for the node. +GetHandle is a TLCLHandle function used to get the value +for the Handle property. It is the Handle allocated for the +associated TreeView control, or zero (0) if the TreeView property has not been +assigned for the node.

+ +Modified in LCL version 4.0 to return the TLCLHandle type instead of the +deprecated THandle type. + +TLCLHandle @@ -30229,13 +30235,19 @@ tree node.

-THandle is a read-only THandle property with the handle -assigned for the associated TreeView control. The property value -is 0 (zero) if a handle has not been assigned for the TreeView -control. +Handle is a read-only TLCLHandle property with the +handle assigned for the associated TreeView control. The property +value is 0 (zero) if a handle has not been assigned for the +TreeView control.

- + +Modified in LCL version 4.0 to use the TLCLHandle type instead of the +deprecated THandle type. + + +TLCLHandle +
@@ -31081,7 +31093,14 @@ and TreeNodes properties in TTreeNode. Gets the handle for the TreeView component using the collection of nodes. - + +Modified in LCL version 4.0 to return the TLCLHandle type instead of the +deprecated THandle type. + + + +TLCLHandle + The handle for the TreeView, or 0 when TreeView is unassigned.