GetSupportExpirationDaysLeftCount |
Top Previous Next |
This function returns the days, which are left for the support period. The license code will be valid for product versions which are released during support period.
function GetSupportExpirationDaysLeftCount():Integer;
Parameters
No parameters.
Return value
Returns count of days which are remain before the support period expires.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.UpdateControls(); begin lSupportExpirationDaysLeft.Caption := IntToStr(IntelliProtector.GetSupportExpirationDaysLeftCount()); end;
|
Copyright © 2015 IntelliProtector.com |