RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Owner Property

Indicates which tree nodes object contains the tree node.

Pascal
property Owner: TTreeNodes;
C++
__property TTreeNodes Owner;

Use the Owner property to determine the owner of the tree node. Do not confuse Owner with the TreeView property. Owner is the list of nodes used by the tree view to manage its nodes. The TreeView property is the tree view that uses that list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!