Set the status of the regular online check. It could also be set to a default value in the project template using <ModuleVerification>.
You can retrieve the status using GetVerificationOfModule
For a complete description see chapter regular online checks.
Name |
SetVerificationOfModule |
||||||||||||
Purpose |
Property to set the state of the license regarding online verifications used in combination with CheckModuleSubscription or CheckModule |
||||||||||||
Params |
|
||||||||||||
Returncode |
|
||||||||||||
Sample |
iRes := lic.SetVerificationOfModule('QHD001',1);
if iRes = 0 then begin << Online verification enabled >> ... end |
||||||||||||
See also |
CheckModuleSubscription, CheckModule, DeactivateModule, GetVerificationOfModule, NextVerificationOfModule, VerificationOfModule, SetVerificationIDOfModule |