|
GetTrialLaunchesLeftCount |
Top Previous Next |
|
Function returns count of free launches in the trial period, which are left after activation.
function GetTrialLaunchesLeftCount():Integer;
Parameters
No parameters.
Return value
Returns the number of trial launches left.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.UpdateControls(); begin lTrialLaunchesLeft.Caption := IntToStr(IntelliProtector.GetTrialLaunchesLeftCount()); end;
|
| Copyright © 2011 intelliprotector.com |