Class TCilTsegLastRelease
Unit
Declaration
type TCilTsegLastRelease = class(TCilTsegData)
Description
Class used to store a program release with its properties and links.
When filled by the "get last version" API endpoint, the instance contains the properties of latest release ordered by date.
Hierarchy
- TObject
- TCilTsegData
- TCilTsegLastRelease
Overview
Nested Types
![]() |
TPlatforms = TDictionary<string, string>; |
Fields
![]() |
var FPlatforms: TPlatforms; |
Methods
![]() |
procedure AddPlatform(const APlatform, ADownloadURL: string); |
![]() |
function GetPlatforms: TStringDynArray; |
![]() |
function GetDownloadURL(const APlatform: string): string; |
![]() |
constructor Create; Override; |
![]() |
destructor Destroy; override; |
Properties
![]() |
property SoftwareLabel: string read FSoftwareLabel write SetSoftwareLabel; |
![]() |
property SoftwareURL: string read FSoftwareURL write SetSoftwareURL; |
![]() |
property ReleaseVersion: string read FReleaseVersion
write SetReleaseVersion; |
![]() |
property ReleaseDate: TDate read FReleaseDate write SetReleaseDate; |
Description
Nested Types
![]() |
TPlatforms = TDictionary<string, string>; |
Fields
![]() |
var FPlatforms: TPlatforms; |
Methods
![]() |
procedure AddPlatform(const APlatform, ADownloadURL: string); |
![]() |
function GetDownloadURL(const APlatform: string): string; |
|
Returns the URL associated to a platform available for this release. | |
![]() |
constructor Create; Override; |
|
Constructor method for this class. | |
![]() |
destructor Destroy; override; |
|
Destructor method for this class.
Don't call it directly. Use ".Free()" or "FreeAndNil()" on an instance. | |
Properties
![]() |
property SoftwareLabel: string read FSoftwareLabel write SetSoftwareLabel; |
|
Name of your software (as written in CilTseg publisher backoffice). | |
![]() |
property SoftwareURL: string read FSoftwareURL write SetSoftwareURL; |
|
URL of your software (as written in CilTseg publisher backoffice). | |
![]() |
property ReleaseVersion: string read FReleaseVersion
write SetReleaseVersion; |
|
Version number of this release. | |
![]() |
property ReleaseDate: TDate read FReleaseDate write SetReleaseDate; |
|
Date of this version. | |
Generated by PasDoc 0.16.0.

