TLicenseManagers Enumeration

List of available license systems managed by this Starter Kit.

Unit: uConsts
type TLicenseManagers = TLicenseManagers.None..TLicenseManagers.CilTseg

The TLicenseManagers type exposes the following members.

Show:
 NameDescription
None

Don't use default behaviour to manage license keys

Manual

Allow options to manage license keys, but you have to code it !

CilTseg

Use CilTseg API to manage licenses keys

Top