RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.Version Property

Indicates the XML version that the document uses.

Pascal
property Version: DOMString;
C++
__property DOMString Version;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!