Vcl.ComCtrls.TTreeNode.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TTreeNode read GetParent;

C++

__property TTreeNode* Parent = {read=GetParent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Identifies the parent node of the tree node.

A Parent node is one level higher than the node and contains the node as a subnode.

See Also

Code Examples