Vcl.ComCtrls.TTreeNode.TreeView
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.