getVersion()

Declaration

procedure getVersion(var VersionText:widestring, const LongVersion:BOOLEAN);

Description

 

Returns the full Version number of the SOSecureSign.ocx, the long Version includes also the creation date

Sample

string textVersion;
bool longVersion = false;
SecureSign.getVersion(out textVersion, longVersion);
MessageBox.Show("Version: " + textVersion);