|
||
This command allows to check for system date modification - see details
Name |
SysdateChanged |
||||||
Purpose |
Property to check whether the system date is tampered |
||||||
Params |
None |
||||||
Returncode |
|
||||||
Usage |
You want to check explicitly if a manipulation takes place. |
||||||
Sample |
bTampered := lic.SysdateChanged; if bTampered then begin << Manipulation!!! React now ... >> ... end else << it seems ok >> ... |
||||||
See also |
CheckSysdateChanged, Prepare |