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 |
|
||||||||
Returncode |
|
||||||||
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 |