GetSupportExpirationDaysCount |
Top Previous Next |
Function returns length of the support period in days.
function GetSupportExpirationDaysCount():Integer;
Parameters
No parameters.
Return value
Returns count of days which are available in the support period.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.UpdateControls(); begin lSupportExpirationDaysTotal.Caption := IntToStr(IntelliProtector.GetSupportExpirationDaysCount()); end;
|
Copyright © 2015 IntelliProtector.com |