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