Handle for the tree view control which owns the TreeNodes container and the tree node.
Source position: comctrls.pp line 3156
public property TTreeNode.Handle : TLCLHandle |
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.
|
Alias to the TLCLHandle type defined for widgetset references. |
| Version 4.4 | Generated 2025-11-08 | Home |