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