Licence Protector

EndVerificationOfModule (Get/Set)

Hide Navigation Pane

EndVerificationOfModule (Get/Set)

Previous topic Next topic No directory for this topic  

EndVerificationOfModule (Get/Set)

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

 

 

Terminate a regular online check on a specific date or get the date, when the last online check will be due. After this date, the regular online check is terminated.

 

The next planned online check can be retrieved with NextVerificationOfModule.

 

Name

GetEndVerificationOfModule                                                                   SetEndVerificationOfModule

Purpose

Property to get and set the date when the last online verification for the specified module will occur. After this date no online checks are done.

Params

Parameter

Type

Example

Note

ModuleID

String

QHD001

Unique ModuleID

Returncode

Returncode

Type Integer

Note

0

There is no information when the last online check will be done. Probably there was no successful CheckModuleSubscription or CheckModule before.

A date

Date, when the last online check is due

Usage

Inform the user when the last  online check will be done

Sample

 

  dtLastCheck := lic.EndVerificationOfModule('QHD001');

  if ...

  end

See also

NextVerificationOfModule.,CheckModuleSubscription CheckModule, DeactivateModule, SetVerificationIDOfModule, VerificationOfModule