Navigation:  Function Reference >

RemainingLicences

Previous pageReturn to chapter overviewNext page

 

Name

RemainingLicences                                                                                  

Purpose

Gets the remaining licences of the module.

Params

Parameter

Type

Example

Note

ModuleID

String

D1005

Unique ModuleID identifies the module to be tested

Returncode

Returncode

Type Integer

Note

-1

It is a module type that has no number of licences

>= 0

Licences left, between 0 and TotalLicences

A counter-module always returns the value of TotalLicences

Usage

E.g. to show the user how many items or users are left for using a part of your software.

Sample

 

  iLics := lic.RemainingLicences (D1005);

  << use the extracted value >>

  ...

See also

TotalLicences, Module types

 

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?fr_remaininglicences.htm