FMX.TreeView.TTreeViewItem.ParentItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ParentItem: TTreeViewItem;

C++

TTreeViewItem* __fastcall ParentItem();

Properties

Type Visibility Source Unit Parent
function public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeViewItem

Description

Returns the parent item of the current tree item.

ParentItem returns the tree item that contains the current instance. If the current item is a top-level node, ParentItem returns nil.

See Also