Find out if a module exists in the license file
Name |
ExistsModule |
||||||||
Purpose |
Checks if a module exists in the license file. It does not validate a module. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
E.g. if you want to check if a user is already in the module registered |
||||||||
Sample |
bOk := lic.ExitsModule(‘D1001’); if bOk then begin << use the information >> ... end else begin ... |
||||||||
See also |
To retrieve all modules of a license file use GetModuleList