IdxTreeOwner.GetOwner Method
In This Article
Returns a control that owns a node.
#Declaration
Delphi
function GetOwner: TPersistent;
#Returns
Type |
---|
TPersistent |
#Remarks
In the base implementation, the method is called by the node’s Owner property getter.
See Also