This command was replaced by the Tamper Detection feature and should not be used in applications using a DLL version 2.5 and above.
Name |
CheckLicChanged |
||||||
Alternative if property can not be used |
Get_CheckLicChanged à WordBool Set_CheckLicChanged(WordBool) |
||||||
Purpose |
Property to get or set the license file manipulation checking at function Validate |
||||||
Params |
None |
||||||
Returncode |
|
||||||
Usage |
Activate the license file manipulation checking implicitly at function Validate. |
||||||
Sample |
Get: bIsCheckOn := lic.CheckLicChanged; << use Boolean bIsCheckOn >>
Set: lic.CheckLicChanged := true; |
||||||
See also |
Validate, LicFileChanged |