Name |
LicenceTampered |
||||||
Purpose |
Property to check whether the license file is tampered. This property is identical with LicFileChanged. |
||||||
Params |
None |
||||||
Returncode |
|
||||||
Usage |
You want to check explicitly if a manipulation takes place. |
||||||
Sample |
bTampered := lic.LicenceTampered; if bTampered then begin << Manipulation!!! React now ... >> ... end else << it seems ok >> ... |
||||||
See also |
TamperDetection, licenseTampered, ResetLocalRunNo, ResetGlobalrunNo, RemoveLocalRunNo, Validate |