Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTreeNode.GetHandle

Gets the value for the Handle property.

Declaration

Source position: comctrls.pp line 3109

public function TTreeNode.GetHandle: TLCLHandle;

Function result

Value for the property.

Description

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.

Version info

Modified in LCL version 4.0 to return the TLCLHandle type instead of the deprecated THandle type.

See also

TTreeNode.Handle

  

Handle for the tree view control which owns the TreeNodes container and the tree node.

TTreeNode.TreeView

  

The tree view control where the node is displayed.

TLCLHandle

  

Alias to the TLCLHandle type defined for widgetset references.


Version 4.4 Generated 2025-11-08 Home