FMX.TreeView.TTreeViewItem.TreeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TreeView: TCustomTreeView;

C++

TCustomTreeView* __fastcall TreeView();

Properties

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

Description

Returns the TTreeView object that contains the current item.

TTreeView gets the tree view parent of the item. If the parent of the item is not a TTreeView, the method returns nil.

See Also