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