Xml.XMLIntf.IXMLDocument.SetNodeIndentStr

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

Delphi

procedure SetNodeIndentStr(const Value: DOMString);

C++

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

プロパティ

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

説明

NodeIndentStr プロパティの値を設定します。

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

Value は,ネストされたノードの前に挿入され,ネストの深さを示す文字列です。

関連項目