GetLicenseCodeW |
Top Previous Next |
This function returns the license code provided from registration process. Unicode version.
function GetLicenseCodeW(): WideString;
Parameters
No parameters.
Return value
Returns WideString value (license code).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetLicenseCode(); begin lLicenseCode.Caption := IntelliProtector.GetLicenseCodeW(); end;
|
Copyright © 2015 IntelliProtector.com |