LicenceVerification

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

 

Name

LicenceVerification                                                                                

Purpose

Property to get the state of the license regarding online verifications.

Params

None

Returncode

Returncode

Type Integer

Note

0 = off

No online verification. CheckLicence will always succeed.

1 = ongoing

An online verification has to be done periodically

2 = frozen

A failed online verification has locked that license. A successful Checkllicense can bring it back.

3 = deactivated

Once on state “ongoing” the periodic checks are no longer necessary.

Usage

You can check the main parameter of the CheckLicence functionality

Sample

 

  iLicVerification := lic.licenseVerification;

  if iLicVerification = 0 then

  begin

    << online Verifications are not switched on >>

     ...

  end

See also

CheckLicence, DeactivateLicence, NextVerification

 

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_licenceverification.htm