Xml.XMLIntf.IXMLNode.SetText

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

Delphi

procedure SetText(const Value: DOMString);

C++

virtual void __fastcall SetText(const System::UnicodeString Value) = 0 ;

プロパティ

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

説明

ノードのテキスト値を設定します。

SetText メソッドは Text プロパティの書き込み専用メソッドです。

Value はノードの新しいテキスト値です。

関連項目