Licence Protector

DeleteConfig

Hide Navigation Pane

DeleteConfig

Previous topic Next topic No directory for this topic  

DeleteConfig

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

 

See full description - Store data in the license file

 

Name

DeleteConfig                                                                                                    

Purpose

Deletes the value of the config with the specified name.

Params

Parameter

Type

Example

Note

Configname

String

DBPassword

Unique configname

Returncode

Returncode

Type Integer

Note

All values

See list of return codes

Usage

Delete the config including its value

Sample

 

  iRes := lic.DeleteConfig(‘DBPassword’);

  if iRes <> 0 then

  begin

     << an Error occured >>

     ...

  end

  else

  begin

     ...

See also

Store data, SetConfig, GetConfig, ExistsConfig, IsConfigVisible