[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handle for the tree view control which owns the TreeNodes container and the tree node.
Source position: comctrls.pp line 3154
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.
Version 4.0 | Generated 2025-05-03 | Home |