See full description - Store data in the license file
Name |
SetConfig |
||||||||||||||||
Purpose |
Sets a value and the visibility inside License Viewer into the config with the specified name. |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Usage |
Insert a new config with name, value and visibility information. If the config with the specified name does not exist it’s automatically added. Update the value and visibility of an exisiting config. |
||||||||||||||||
Sample |
iRes := lic.SetConfig(‘DBPassword’, ‘secret’, false); if iRes <> 0 then begin << an Error occurred >> ... end else begin << the config is successfully added or updated >> ... |
||||||||||||||||
See also |
Store data, GetConfig, DeleteConfig,ExistsConfig, IsConfigVisible |
If the ID (configname) already exists, the existing value (configvalue) is updated with the new value.
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_setconfig.htm