Get the status of the regular online check, which was either set using SetVerificationOfModule or in the project template using <ModuleVerification>. If a module was locked using DeactivateModule or TransferLicense, then the status is 2=frozen.
For a complete description see chapter regular online checks.
Name |
GetVerificationOfModule |
||||||||||
Purpose |
Property to get the state of the license regarding online verifications used in combination with CheckModuleSubscription or CheckModule |
||||||||||
Params |
|
||||||||||
Returncode |
|
||||||||||
Usage |
You can check the main parameter of the CheckLicence functionality |
||||||||||
Sample |
iLicModuleVerification := lic.GetVerificationOfModule('QHD001'); if iLicModuleVerification = 0 then begin << online Verification is Off >> ... end |
||||||||||
See also |
CheckModuleSubscription, CheckModule, DeactivateModule, NextVerificationOfModule, VerificationOfModule, SetVerificationOfModule, SetVerificationIDOfModule |