GetTrialDaysLeftCount

Top  Previous  Next

The function returns how many days remain before registration. During these days the software is still in the trial mode.

 

function GetTrialDaysLeftCount():Integer;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns the number of the trial days left.

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 lTrialDaysLeft.Caption := IntToStr(IntelliProtector.GetTrialDaysLeftCount());

end;

 

 





Copyright © 2015 IntelliProtector.com