Xml.XMLIntf.IXMLNode.ParentNode

提供:RAD Studio API Documentation

Delphi

property ParentNode: IXMLNode read GetParentNode;

C++

__property _di_IXMLNode ParentNode = {read=GetParentNode};

プロパティ

種類 可視性 ソース ユニット
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

説明

ノードの親ノードのインターフェースを識別します。

ParentNode プロパティを読み出すと,ノードの親ノードにアクセスできます。

関連項目