Show/Hide Toolbars

Licence Protector 5

 

See full description - Store data in the license file

 

 

Name

ExistsConfig                                                                                                    

Purpose

Checks if the ID with the specified name exists in the data area

Params

Parameter

Type

Example

Note

Configname

String

DBPassword

Unique ID

Returncode

Returncode

Type Boolean

Note

True

This ID exists in the license

False

This ID does not exist in the license

Usage

Use to check if that ID already exists in the data area of the license file

Sample

 

  bOk := lic.ExistsConfig(‘DBPassword’);

  if bOk then

  begin

         << use the information >>

         ...

  end

  else

  begin

         ...

See also

Store data, SetConfig, GetConfig, DeleteConfig, IsConfigVisible