Xml.XMLDoc.TXMLNodeList.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TXMLNode read FOwner;

C++

__property TXMLNode* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc 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.

See Also