RenewLicenseCodeA |
Top Previous Next |
This function renew current license code by the renewal code.
function RenewLicenseCodeA(stRenewalCode: AnsiString):Boolean;
Parameters
stRenewalCode: AnsiString - 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.RenewLicenseCodeA('IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ'); end;
|
Copyright © 2015 IntelliProtector.com |