GetIntelliprotectorVersionA

Top  Previous  Next

This function returns the version of the protection engine.

 

function GetIntelliprotectorVersion(): AnsiString;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns AnsiString value (IntelliProtector version).

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.ShowIntelliprotectorVersion();

begin

   lIntelliProtectorVersion.Caption := IntelliProtector.GetIntelliprotectorVersionA();  

end;

 

 

 

 





Copyright © 2015 IntelliProtector.com