ComponentVersionString
Description (requires v7.1 or later)
Returns the version of an installed component as a dotted version string. The DLL/EXE implementation of the the component is read and its version number is returned.
Syntax
v = factory.ComponentVersionString(sProgId)
Parameter | Description |
---|---|
sProgId | (String) The progid of the component whose version is to be obtained. |