Licence Protector

LicenceVerification

Hide Navigation Pane

LicenceVerification

Previous topic Next topic  

LicenceVerification

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

 

 

Command no longer in use

 

Replaced with command SetVal, Token: MVI

 

 

 

 

Name

LicenceVerification                                                                                

Purpose

Property to get the state of the license regarding online verifications used in combination with CheckLicence

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