Vcl.Outline.TOutlineNode.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TOutlineNode read FParent;

C++

__property TOutlineNode* Parent = {read=FParent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutlineNode

Description

Identifies the immediate ancestor of the node.

Read Parent to find the parent of an outline node. A parent node is one level higher and contains the child node as a subnode.

See Also