ExistsConfig

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

 

See full description - Store data in the license file

 

 

Name

ExistsConfig                                                                                                    

Purpose

Checks if the config with the specified name exists inside the license file

Params

Parameter

Type

Example

Note

Configname

String

DBPassword

Unique configname

Returncode

Returncode

Type Boolean

Note

True

This config exists in the license

False

This config does not exist in the license

Usage

Use to check if that config is already in the license

Sample

 

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

  if bOk then

  begin

         << use the information >>

         ...

  end

  else

  begin

         ...

See also

Store data, SetConfig, GetConfig, DeleteConfig, IsConfigVisible

Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_existsconfig.htm