GetLicenseExpirationDaysLeftCount |
Top Previous Next |
This function returns the days, which are left before the license code expires. When 'retail' days will expires, the software will ask for new license code (renew subscription).
function GetLicenseExpirationDaysLeftCount():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 lLEDaysLeft.Caption := IntToStr(IntelliProtector.GetLicenseExpirationDaysLeftCount()); end;
|
Copyright © 2015 IntelliProtector.com |