[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the Handle property.
Source position: comctrls.pp line 3107
public function TTreeNode.GetHandle: TLCLHandle; |
Value for the property.
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.
|
Handle for the tree view control which owns the TreeNodes container and the tree node. |
|
|
The tree view control where the node is displayed. |
|
Version 4.0 | Generated 2025-05-03 | Home |