Show/Hide Toolbars

Licence Protector 5

 

See full description - Store data in the license file

 

Name

DeleteConfig                                                                                                    

Purpose

Deletes the value of the ID with the specified name in the data area of the license file

Params

Parameter

Type

Example

Note

Configname

String

DBPassword

Unique ID

Returncode

Returncode

Type Integer

Note

All values

See list of return codes

Usage

Delete the ID 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