This command allows to delete an existing module. To add a new module in an license file use AddModule.
Name |
DeleteModule |
||||||||
Purpose |
Removes a module from the license file completely. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
To remove an obsolete module from your license file. |
||||||||
Sample |
iRes := lic.DeleteModule(‘D1008’); if iRes = 256 then << Module already deleted >> if iRes = 0 then << Module succesfully deleted >> ... |
||||||||
See also |
AddModule, GetVal, SetVal |
You can change module information with SetVal or retrieve it with GetVal
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_deletemodule.htm