Name |
NoOfDays |
||||||||
Purpose |
Get the number of days of a trial period |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
E.g. show a dialog like “Your are on day x of your 30 days trial period” |
||||||||
Sample |
iDays := lic.NoOfDays(‘D1001’); if iDays = -1 then begin iRes := lic.LastReturncode; << an error occurred >> ... end else if iDays = 0 then begin << no no of day limitation for that module >> ... end else begin << show the dialog >> ... |
||||||||
See also |