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

TTreeNode.Parent

Parent node for the current tree node.

Declaration

Source position: comctrls.pp line 3169

public property TTreeNode.Parent : TTreeNode
  read FParent;

Description

Parent is a read-only TTreeNode property which contains the parent node for the current tree node.

Use Items to access and maintain the child nodes for the current tree node.


Version 4.4 Generated 2025-11-08 Home