|
GetRenewalPurchaseLink |
Top |
|
This function returns the 'purchase renewal code' link.
function GetRenewalPurchaseLink(): String;
Parameters
No parameters.
Return value
Returns String value (renewal purchase link).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetRenewalPurchaseLink(); begin lRenewalPurchaseLink.Caption := IntelliProtector.GetRenewalPurchaseLink(); end;
See Also
|
| Copyright © 2011 intelliprotector.com |