GetObjectVersion - method of the AtouchX object
Description:
Detects the version of the AtouchApp object.
The method returns directly the version number of the AtouchApp object in the BCD format so, the upper byte contains the version number and the lower byte contains the subversion number. For example, version 1.60 corresponds to &H160.
Syntax:
Integer GetObjectVersion()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nVerObj = oATC.GetObjectVersion();
Dim nVerObj
nVerObj = oATC.GetObjectVersion()