|
GetCurrentProductVersion |
Top |
|
This function returns the current product version.
function GetCurrentProductVersion(): String;
Parameters
No parameters.
Return value
Returns String value (current product version).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetCurrentProductVersion(); begin lCurrProductVersion.Caption := IntelliProtector.GetCurrentProductVersion(); end;
See Also
|
| Copyright © 2011 intelliprotector.com |