GetTrialDaysCount

Top  Previous  Next

This function obtains the total days of the trial period.

 

function GetTrialDaysCount():Integer;

 

Parameters

 

 No parameters.

 

Return value

 

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

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 lTrialDaysTotal.Caption := IntToStr(IntelliProtector.GetTrialDaysCount());

end;

 

 





Copyright © 2015 IntelliProtector.com