Name |
DiffPct |
||||||||
Purpose |
Gets the tolerance in percent that is allowed for a client to do an automatic validate at a concurrent user module |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
E.g. if you want to show the interval in a setting dialog |
||||||||
Sample |
iPct := lic.DiffPct(‘D1006’); if iPct < 0 then begin iErr := lic.LastReturnCode; << react on error code >> ... end else begin << use the interval information >> ... |
||||||||
See also |
Concurrent user modules, SetDiffPct |