Class TCilTsegLicenseActivation

Unit

Declaration

type TCilTsegLicenseActivation = class(TCilTsegData)

Description

Properties of an activated license.

An activated license is associated to devices(s), email(s) and software(s). Each activation has a unique activation number. The number of allowed activations depends on an activation counter in the license depending of its license type.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property LicenseNumber: string read FLicenseNumber write SetLicenseNumber;
Public property ActivationNumber: string read FActivationNumber write SetActivationNumber;
Public property First_Activation: TDate read FFirst_Activation write SetFirst_Activation;
Public property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License;
Public property End_Of_Maintenance: TDate read FEnd_Of_Maintenance write SetEnd_Of_Maintenance;

Description

Methods

Public constructor Create; override;

Constructor method for this class.

Properties

Public property LicenseNumber: string read FLicenseNumber write SetLicenseNumber;

The license key for this activation.

Public property ActivationNumber: string read FActivationNumber write SetActivationNumber;

The unique activation number (can be used to check the llicence validity, the activation validity, the device validity, ...).

Public property First_Activation: TDate read FFirst_Activation write SetFirst_Activation;

Date of the first activation of this license key on this device.

Public property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License;

Date of the end of validity for the license key.

Public property End_Of_Maintenance: TDate read FEnd_Of_Maintenance write SetEnd_Of_Maintenance;

Date of the end of maintenance subscription for the license key.

CilTseg for Delphi (c) 2024-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.