Xml.XMLIntf.IXMLDocument.SetNodeIndentStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNodeIndentStr(const Value: DOMString);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Sets the value of the NodeIndentStr property.

SetNodeIndentStr is the write implementation of the NodeIndentStr property.

Value is the string that is inserted before nested nodes to indicate a level of nesting.

See Also