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

TTreeNode.Handle

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

Declaration

Source position: comctrls.pp line 3156

public property TTreeNode.Handle : TLCLHandle
  read GetHandle;

Description

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.

Version info

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

See also

TLCLHandle

  

Alias to the TLCLHandle type defined for widgetset references.


Version 4.4 Generated 2025-11-08 Home