TProgramUpdatesManagers Enumeration

List of available programs updates systems managed by this Starter Kit.

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

The TProgramUpdatesManagers type exposes the following members.

Show:
 NameDescription
None

Don't use default behaviour to check if new releases are available

Manual

Allow options to check and download new versions of this program, but you have to code it !

CilTseg

Use CilTseg API to check and download new releases of this program

Top