Name |
LicFileChanged |
||||||
Purpose |
Obsolete: Use licenseTampered instead. Checks if the license file is tampered |
||||||
Params |
None |
||||||
Returncode |
|
||||||
Usage |
You want to check explicitly if a manipulation takes place. |
||||||
Sample |
bTampered := lic.LicFileChanged; if bTampered then begin << Manipulation!!! React now ... >> ... end else << it seems ok >> ... |
||||||
See also |
licenseTampered, TamperDetection. CheckLicChanged, Validate |