Xml.XMLIntf.IXMLNode.OwnerDocument
Delphi
property OwnerDocument: IXMLDocument read GetOwnerDocument;
C++
__property _di_IXMLDocument OwnerDocument = {read=GetOwnerDocument};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLNode |
Description
Indique le document dans lequel ce noeud apparaît.
Lisez OwnerDocument pour obtenir l'interface IXMLDocument du document auquel ce noeud appartient.