Show/Hide Toolbars

Licence Protector 5

 

See full description - Store data in the license file

 

Name

IsConfigVisible                                                                                                

Purpose

Checks if the config with the specified name is visible inside License Viewer

Params

Parameter

Type

Example

Note

Configname

String

DBPassword

Unique configname

Returncode

Returncode

Type Boolean

Note

True

This config exists and is visible inside License Viewer

False

This config does not exist or is not be displayed in License Viewer

Usage

Use to check if that config will be displayed in License Viewer

Sample

 

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

  if bOk then

  begin

         << the config is visible inside License Viewer >>

         ...

  end

  else

  begin

         ...

See also

Store data, SetConfig, GetConfig, DeleteConfig,ExistsConfig