verGetAppVersion (Function) |
Top Previous Next |
verGetAppVersion will return the version number that was previously set by the verSetAppProfile function or via Project: Settings.
Input: None.
Returns: INT The version of the application scaled by 100 (2.10 = 210).
Declaration: FUNCTION verGetAppVersion : INT;
Example: INCLUDE rtcu.inc |