GetLicenseExpirationDaysCount

Top  Previous  Next

This function returns the length of the 'retail' days. During these days the license code will be valid.

 

function GetLicenseExpirationDaysCount():Integer;

 

Parameters

 

 No parameters.

 

Return value

 

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

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 lLEDaysTotal.Caption := IntToStr(IntelliProtector.GetLicenseExpirationDaysCount());

end;

 

 

 





Copyright © 2015 IntelliProtector.com