Xml.XMLIntf.IXMLNode.GetNodeValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetNodeValue: OleVariant;

C++

virtual System::OleVariant __fastcall GetNodeValue() = 0 ;

プロパティ

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

説明

ノードの値を返します。

GetNodeValue メソッドは NodeValue プロパティの読み出し専用メソッドです。

関連項目