[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTreeNode.GetHandle

Gets the value for the Handle property.

Declaration

Source position: comctrls.pp line 3107

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


Version 4.0 Generated 2025-05-03 Home