Xml.XMLIntf.IXMLDocument.SetStandAlone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStandAlone(const Value: DOMString);

C++

virtual void __fastcall SetStandAlone(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 StandAlone property.

SetStandAlone is the write implementation of the StandAlone property.

Value is the value of the stand-alone attribute of the document type node.

See Also