Vcl.ComCtrls.TTreeNode.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TTreeNodes read FOwner;

C++

__property TTreeNodes* Owner = {read=FOwner};

Properties

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

Description

Indicates which tree nodes object contains the tree node.

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.

See Also