XMLDoc.TXMLNodeList.Owner
From RAD Studio VCL Reference
Contents |
Delphi Information
From XMLDoc.pas
property Owner: TXMLNode read FOwner;
Unit: XMLDoc
Type: property
Visibility: protected
Member Of: TXMLNodeList
C++ Information
From XMLDoc.hpp
__property Xmldoc::TXMLNode * Owner = {read=FOwner};
Unit: XMLDoc
Type: property
Visibility: protected
Member Of: TXMLNodeList
Description
Specifies the node that uses this TXMLNodeList object to manage a set of its child or attribute nodes.
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.