Show/Hide Toolbars

Licence Protector 5

 

 

Date, when the next planned online check is due. The regular online check will terminate on the the date, which is specified with EndVerificationOfModule.

 

For a complete description see chapter regular online checks.

 

Name

GetNextVerificationOfModule                                                                

SetNextVerificationOfModule

Purpose

Property to get and set the date when the next online verification for the specified module has to take place. This date is monitored with CheckModuleSubscription or CheckModule.

Params

Parameter

Type

Example

Note

ModuleID

String

QHD001

Unique ModuleID

Returncode

Returncode

Type Integer

Note

0

There is no information about the next Verification. Probably there was no successful CheckModuleSubscription or CheckModule 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.NextVerificationOfModule('QHD001');

  if dtNextVerification > 0 then

  begin

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

     ...

  end

See also

EndVerificationOfModule.,CheckModuleSubscription, CheckModule, DeactivateModule, GetVerificationOfModule