Show/Hide Toolbars

Licence Protector 5

 

Name

LicFileChanged                                                                                    

Purpose

Obsolete: Use licenseTampered instead.

Checks if the license file is tampered

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.LicFileChanged;

  if bTampered then

  begin

    << Manipulation!!! React now ... >>

     ...

  end

  else

    << it seems ok >>

     ...

See also

licenseTampered, TamperDetection. CheckLicChanged, Validate