Vcl.ComCtrls.TTreeNode.TreeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TreeView: TCustomTreeView read GetTreeView;

C++

__property TCustomTreeView* TreeView = {read=GetTreeView};

Properties

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

Description

Specifies the tree view that displays the node.

Use TreeView to determine the tree view associated with the tree node.

See Also