Unit xomSettings
Uses Classes, Interfaces, Objects and Records Types Constants
Description
Overview
Functions and Procedures
Variables
Description
Functions and Procedures
procedure xomSettings_initialization; |
|
an optional message that the trial system can send back
|
procedure xomSettings_finalization; |
|
|
function IsBeta: Boolean; |
|
|
function IsServerEdition: Boolean; |
|
|
function IsLiteEdition: Boolean; |
|
|
function SystemInfoString: WideString; |
|
return some info about the configuration
|
Variables
xomApplicationCode: String = ''; |
|
|
xomProductCode: WideString = ''; |
|
|
xomProductBaseName: WideString = ''; |
|
|
xomProduct: WideString = ''; |
|
|
xomProductName: WideString = ''; |
|
|
xomProductEdition: WideString = ''; |
|
|
xomProductVersion: String = ''; |
|
|
xomProductBundleID: WideString = ''; |
|
|
xomProductAppleID: String = ''; |
|
|
xomProductHomepage: String = ''; |
|
|
xomProductCatchPhrase: WideString = ''; |
|
|
xomKeyAppVersion: Integer = 0; |
|
|
xomPlatform: String = ''; |
|
|
xomComputerGUID: String = ''; |
|
|
xomTrialPeriod: Cardinal = 30; |
|
|
xomTrialProgress: Integer = 1; |
|
in days
|
xomTrialMessage: WideString = ''; |
|
in days
|
Generated by PasDoc 0.15.0.
|