Licence Protector

SysdateChanged

Hide Navigation Pane

SysdateChanged

Previous topic Next topic No directory for this topic  

SysdateChanged

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

 

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

Returncode

Type Boolean

Note

True

The system date was manipulated

False

The system date was not manipulated

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