Class TCilTsegLicenseInfo
Unit
Declaration
type TCilTsegLicenseInfo = class(TCilTsegData)
Description
The license class with all properties available on a valid license.
Hierarchy
- TObject
- TCilTsegData
- TCilTsegLicenseInfo
Overview
Methods
![]() |
constructor Create; override; |
Properties
![]() |
property LicenseNumber: string read FLicenseNumber write SetLicenseNumber; |
![]() |
property First_Activation: TDate read FFirst_Activation
write SetFirst_Activation; |
![]() |
property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License; |
![]() |
property End_Of_Maintenance: TDate read FEnd_Of_Maintenance
write SetEnd_Of_Maintenance; |
Description
Methods
![]() |
constructor Create; override; |
|
Constructor method for this class. | |
Properties
![]() |
property LicenseNumber: string read FLicenseNumber write SetLicenseNumber; |
|
The license number to see as a unique key. | |
![]() |
property First_Activation: TDate read FFirst_Activation
write SetFirst_Activation; |
|
Date of the first activation of this license key. | |
![]() |
property End_Of_License: TDate read FEnd_Of_License write SetEnd_Of_License; |
|
Date of the end of validity for this license key. | |
![]() |
property End_Of_Maintenance: TDate read FEnd_Of_Maintenance
write SetEnd_Of_Maintenance; |
|
Date of the end of the maintenance for this license key. | |
Generated by PasDoc 0.16.0.
