Name |
TotalLicences |
||||||||
Purpose |
Gets the total licenses of the module. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
To check the numbers (in a counter and a yes-no-module) or to show the total amount of available licenses. |
||||||||
Sample |
iLics := lic.TotalLicences (‘D1005’); if iLics >= 0 then begin << use the extracted value >> ... end else begin iRes = lic.LastReturncode; << an error iRes occurred >> ...
|
||||||||
See also |
Remaininglicences, Module types |