Xml.XMLIntf.IXMLDocument.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: DOMString read GetVersion write SetVersion;

C++

__property System::UnicodeString Version = {read=GetVersion, write=SetVersion};

Properties

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

Description

Indicates the XML version that the document uses.

Version indicates the XML version number that the document uses. An XML version number is a string of the form 'n.m', where n is the major version number and m is the minor version number.

See Also