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

TTreeNode.Parent

Parent node for the current tree node.

Declaration

Source position: comctrls.pp line 3167

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.0 Generated 2025-05-03 Home