Name

LicenceTampered                                                                                    

Purpose

Property to check whether the license file is tampered. This property is identical with LicFileChanged.

Params

None

Returncode

Returncode

Type Boolean

Note

True

It is established that the license file is tampered e.g. an old file replaces a new one

False

Tampering could not be established

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