GetRenewalPurchaseLinkW

Top  Previous  Next

This function returns the 'purchase renewal code' link. Unicode version.

 

function GetRenewalPurchaseLinkW(): WideString;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (renewal purchase link).

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.GetRenewalPurchaseLink();

begin

   lRenewalPurchaseLink.Caption := IntelliProtector.GetRenewalPurchaseLinkW();  

end;

 

 

 

 





Copyright © 2015 IntelliProtector.com