Xml.XMLIntf.IXMLDocument.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVersion: DOMString;

C++

virtual System::UnicodeString __fastcall GetVersion(void) = 0 ;

Properties

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

Description

Returns the value of the Version property.

GetVersion is the read implementation of the Version property.

See Also