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 | 
 | ||||||||
| Returncode | 
 | ||||||||
| 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 |