RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Owner Property

Specifies the node that uses this TXMLNodeList object to manage a set of its child or attribute nodes.

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

Owner designates the node that instantiates TXMLNodeList to manage a set of its child or attribute nodes. This value is supplied to the TXMLNodeList constructor. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!