Class TCilTsegLicenseInfo

Unit

Declaration

type TCilTsegLicenseInfo = class(TCilTsegData)

Description

The license class with all properties available on a valid license.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property LicenseNumber: string read FLicenseNumber write SetLicenseNumber;
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 number to see as a unique key.

Public property First_Activation: TDate read FFirst_Activation write SetFirst_Activation;

Date of the first activation of this license key.

Public property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License;

Date of the end of validity for this license key.

Public property End_Of_Maintenance: TDate read FEnd_Of_Maintenance write SetEnd_Of_Maintenance;

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

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