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

TTreeNode.Handle

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

Declaration

Source position: comctrls.pp line 3154

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