|
||
See full description - Store data in the license file
Name |
DeleteConfig |
||||||||
Purpose |
Deletes the value of the config with the specified name. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
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 |