Vcl.ComCtrls.TTreeNodes.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TCustomTreeView read FOwner;

C++

__property TCustomTreeView* Owner = {read=FOwner};

Properties

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

Description

Specifies the tree view control that uses the tree nodes object to implement its Items property.

Use the Owner property to access the tree view control that displays the nodes maintained by the TTreeNodes object.

See Also