|
RenewLicenseCode |
Top |
|
This function renew current license code by the renewal code.
function RenewLicenseCode(stRenewalCode: String):Boolean;
Parameters
stRenewalCode: String - Renewal code.
Return value
Returns True if there are no errors. Returns False if some errors were occurred.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.RenewLicense(); begin IntelliProtector.RenewLicenseCode('IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ'); end;
See Also
|
| Copyright © 2011 intelliprotector.com |