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