list=dbXtraVersion()
The function returns information about the XTRA dmmMDB. The function returns values in the format Abstract Data Types: [#fileType: "Xtra (32)", #CompanyName: "Studio dmm", #FileDescription: "XTRA dmmMDB for work with database files Microsoft Access", #FileVersion: "1.9.0.21", #InternalName: "dmmMDB", #LegalCopyRight: "© 1992-2005 Studio dmm", #LegalTradeMarks: "Studio dmm", #OriginalFileName: "dmmMDB.x32", #productName: "dmmMDB", #productVersion: "1.9.0.0"] The meaning of the items is clear and it is not necessary to describe it closer.

Parameters
There are no parametres in this function.

Example - Director
global mdb
version=mdb.dbXtraVersion() 

Example - Authorware
version:=CallObject(mdb,"dbXtraVersion")