GetTrialLaunchesCount

Top  Previous  Next

Function returns count of free launches in the trial period.

 

function GetTrialLaunchesCount():Integer;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns count of launches which are available in the trial period.

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 lTrialLaunchesTotal.Caption := IntToStr(IntelliProtector.GetTrialLaunchesCount());

end;

 

 

 





Copyright © 2015 IntelliProtector.com