Xml.XMLIntf.IXMLDocument.SetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetVersion(const Value: DOMString);

C++

virtual void __fastcall SetVersion(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 Version property.

SetVersion is the write implementation of the Version property.

Value is the value of the version attribute of the document type node.

See Also