GetCurrentProductVersionW

Top  Previous  Next

This function returns the current product version. Unicode version.

 

function GetCurrentProductVersionW(): WideString;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (current product version).

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.GetCurrentProductVersion();

begin

   lCurrProductVersion.Caption := IntelliProtector.GetCurrentProductVersionW();  

end;

 

 

 

 





Copyright © 2015 IntelliProtector.com