Licence Protector

NextVerification

Hide Navigation Pane

NextVerification

Previous topic Next topic No directory for this topic  

NextVerification

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

 

 

Command no longer in use

 

Replaced with NextVerificationOfModule

 

 

Name

NextVerification                                                                                      

Purpose

Property to get and set the date when the next online Verification has to take place. This date is monitored with CheckLicence

Params

None

Returncode

Returncode

Type Integer

Note

0

There is no information about the next Verification. Probably there were no successful CheckLicence-Calls before.

A date

The next online verification has to be executed on that date at the latest.

Usage

Inform the user when the next online check has to be done.

Sample

 

  dtNextVerification := lic.NextVerification;

  if dtNextVerification > 0 then

  begin

    << tell your user that the next online Verification has to be executed on that date >>

     ...

  end

See also

CheckLicence, Deactivatelicense, licenseVerification