Xml.XMLDoc.TXMLDocument.Version
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.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLDocument |
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.