|
@@ -1,31 +1,19 @@
|
|
unit googlegamesConfiguration;
|
|
unit googlegamesConfiguration;
|
|
{
|
|
{
|
|
- This is the file COPYING.FPC, it applies to the Free Pascal Run-Time Library
|
|
|
|
- (RTL) and packages (packages) distributed by members of the Free Pascal
|
|
|
|
- Development Team.
|
|
|
|
|
|
+ **********************************************************************
|
|
|
|
+ This file is part of the Free Component Library (FCL)
|
|
|
|
+ Copyright (c) 2015 The free pascal team.
|
|
|
|
|
|
- The source code of the Free Pascal Runtime Libraries and packages are
|
|
|
|
- distributed under the Library GNU General Public License
|
|
|
|
- (see the file COPYING) with the following modification:
|
|
|
|
|
|
+ See the file COPYING.FPC, included in this distribution,
|
|
|
|
+ for details about the copyright.
|
|
|
|
|
|
- As a special exception, the copyright holders of this library give you
|
|
|
|
- permission to link this library with independent modules to produce an
|
|
|
|
- executable, regardless of the license terms of these independent modules,
|
|
|
|
- and to copy and distribute the resulting executable under terms of your choice,
|
|
|
|
- provided that you also meet, for each linked independent module, the terms
|
|
|
|
- and conditions of the license of that module. An independent module is a module
|
|
|
|
- which is not derived from or based on this library. If you modify this
|
|
|
|
- library, you may extend this exception to your version of the library, but you are
|
|
|
|
- not obligated to do so. If you do not wish to do so, delete this exception
|
|
|
|
- statement from your version.
|
|
|
|
-
|
|
|
|
- If you didn't receive a copy of the file COPYING, contact:
|
|
|
|
- Free Software Foundation
|
|
|
|
- 675 Mass Ave
|
|
|
|
- Cambridge, MA 02139
|
|
|
|
- USA
|
|
|
|
|
|
+ This program is distributed in the hope that it will be useful,
|
|
|
|
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
+ **********************************************************************
|
|
}
|
|
}
|
|
|
|
+//Generated on: 9-5-15 13:22:54
|
|
{$MODE objfpc}
|
|
{$MODE objfpc}
|
|
{$H+}
|
|
{$H+}
|
|
|
|
|
|
@@ -34,35 +22,34 @@ interface
|
|
uses sysutils, classes, googleservice, restbase, googlebase;
|
|
uses sysutils, classes, googleservice, restbase, googlebase;
|
|
|
|
|
|
type
|
|
type
|
|
- //
|
|
|
|
|
|
+
|
|
|
|
+ //Top-level schema types
|
|
TAchievementConfiguration = class;
|
|
TAchievementConfiguration = class;
|
|
- TAchievementConfigurationArray = Array of TAchievementConfiguration;
|
|
|
|
TAchievementConfigurationDetail = class;
|
|
TAchievementConfigurationDetail = class;
|
|
- TAchievementConfigurationDetailArray = Array of TAchievementConfigurationDetail;
|
|
|
|
TAchievementConfigurationListResponse = class;
|
|
TAchievementConfigurationListResponse = class;
|
|
- TAchievementConfigurationListResponseArray = Array of TAchievementConfigurationListResponse;
|
|
|
|
- TAchievementConfigurationListResponseitems = class;
|
|
|
|
- TAchievementConfigurationListResponseitemsArray = Array of TAchievementConfigurationListResponseitems;
|
|
|
|
TGamesNumberAffixConfiguration = class;
|
|
TGamesNumberAffixConfiguration = class;
|
|
- TGamesNumberAffixConfigurationArray = Array of TGamesNumberAffixConfiguration;
|
|
|
|
TGamesNumberFormatConfiguration = class;
|
|
TGamesNumberFormatConfiguration = class;
|
|
- TGamesNumberFormatConfigurationArray = Array of TGamesNumberFormatConfiguration;
|
|
|
|
TImageConfiguration = class;
|
|
TImageConfiguration = class;
|
|
- TImageConfigurationArray = Array of TImageConfiguration;
|
|
|
|
TLeaderboardConfiguration = class;
|
|
TLeaderboardConfiguration = class;
|
|
- TLeaderboardConfigurationArray = Array of TLeaderboardConfiguration;
|
|
|
|
TLeaderboardConfigurationDetail = class;
|
|
TLeaderboardConfigurationDetail = class;
|
|
- TLeaderboardConfigurationDetailArray = Array of TLeaderboardConfigurationDetail;
|
|
|
|
TLeaderboardConfigurationListResponse = class;
|
|
TLeaderboardConfigurationListResponse = class;
|
|
- TLeaderboardConfigurationListResponseArray = Array of TLeaderboardConfigurationListResponse;
|
|
|
|
- TLeaderboardConfigurationListResponseitems = class;
|
|
|
|
- TLeaderboardConfigurationListResponseitemsArray = Array of TLeaderboardConfigurationListResponseitems;
|
|
|
|
TLocalizedString = class;
|
|
TLocalizedString = class;
|
|
- TLocalizedStringArray = Array of TLocalizedString;
|
|
|
|
TLocalizedStringBundle = class;
|
|
TLocalizedStringBundle = class;
|
|
|
|
+ TAchievementConfigurationArray = Array of TAchievementConfiguration;
|
|
|
|
+ TAchievementConfigurationDetailArray = Array of TAchievementConfigurationDetail;
|
|
|
|
+ TAchievementConfigurationListResponseArray = Array of TAchievementConfigurationListResponse;
|
|
|
|
+ TGamesNumberAffixConfigurationArray = Array of TGamesNumberAffixConfiguration;
|
|
|
|
+ TGamesNumberFormatConfigurationArray = Array of TGamesNumberFormatConfiguration;
|
|
|
|
+ TImageConfigurationArray = Array of TImageConfiguration;
|
|
|
|
+ TLeaderboardConfigurationArray = Array of TLeaderboardConfiguration;
|
|
|
|
+ TLeaderboardConfigurationDetailArray = Array of TLeaderboardConfigurationDetail;
|
|
|
|
+ TLeaderboardConfigurationListResponseArray = Array of TLeaderboardConfigurationListResponse;
|
|
|
|
+ TLocalizedStringArray = Array of TLocalizedString;
|
|
TLocalizedStringBundleArray = Array of TLocalizedStringBundle;
|
|
TLocalizedStringBundleArray = Array of TLocalizedStringBundle;
|
|
- TLocalizedStringBundletranslations = class;
|
|
|
|
- TLocalizedStringBundletranslationsArray = Array of TLocalizedStringBundletranslations;
|
|
|
|
|
|
+ //Anonymous types, using auto-generated names
|
|
|
|
+ TAchievementConfigurationListResponseTypeitemsArray = Array of TAchievementConfiguration;
|
|
|
|
+ TLeaderboardConfigurationListResponseTypeitemsArray = Array of TLeaderboardConfiguration;
|
|
|
|
+ TLocalizedStringBundleTypetranslationsArray = Array of TLocalizedString;
|
|
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TAchievementConfiguration
|
|
TAchievementConfiguration
|
|
@@ -70,35 +57,35 @@ type
|
|
|
|
|
|
TAchievementConfiguration = Class(TGoogleBaseObject)
|
|
TAchievementConfiguration = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- FachievementType : string;
|
|
|
|
|
|
+ FachievementType : String;
|
|
Fdraft : TAchievementConfigurationDetail;
|
|
Fdraft : TAchievementConfigurationDetail;
|
|
- Fid : string;
|
|
|
|
- FinitialState : string;
|
|
|
|
- Fkind : string;
|
|
|
|
|
|
+ Fid : String;
|
|
|
|
+ FinitialState : String;
|
|
|
|
+ Fkind : String;
|
|
F_published : TAchievementConfigurationDetail;
|
|
F_published : TAchievementConfigurationDetail;
|
|
FstepsToUnlock : integer;
|
|
FstepsToUnlock : integer;
|
|
- Ftoken : string;
|
|
|
|
|
|
+ Ftoken : String;
|
|
Protected
|
|
Protected
|
|
Class Function ExportPropertyName(Const AName : String) : string; override;
|
|
Class Function ExportPropertyName(Const AName : String) : string; override;
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure SetachievementType(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SetachievementType(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Setdraft(AIndex : Integer; AValue : TAchievementConfigurationDetail); virtual;
|
|
Procedure Setdraft(AIndex : Integer; AValue : TAchievementConfigurationDetail); virtual;
|
|
- Procedure Setid(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetinitialState(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Setid(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetinitialState(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Set_published(AIndex : Integer; AValue : TAchievementConfigurationDetail); virtual;
|
|
Procedure Set_published(AIndex : Integer; AValue : TAchievementConfigurationDetail); virtual;
|
|
Procedure SetstepsToUnlock(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetstepsToUnlock(AIndex : Integer; AValue : integer); virtual;
|
|
- Procedure Settoken(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Settoken(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property achievementType : string Index 0 Read FachievementType Write SetachievementType;
|
|
|
|
|
|
+ Property achievementType : String Index 0 Read FachievementType Write SetachievementType;
|
|
Property draft : TAchievementConfigurationDetail Index 8 Read Fdraft Write Setdraft;
|
|
Property draft : TAchievementConfigurationDetail Index 8 Read Fdraft Write Setdraft;
|
|
- Property id : string Index 16 Read Fid Write Setid;
|
|
|
|
- Property initialState : string Index 24 Read FinitialState Write SetinitialState;
|
|
|
|
- Property kind : string Index 32 Read Fkind Write Setkind;
|
|
|
|
|
|
+ Property id : String Index 16 Read Fid Write Setid;
|
|
|
|
+ Property initialState : String Index 24 Read FinitialState Write SetinitialState;
|
|
|
|
+ Property kind : String Index 32 Read Fkind Write Setkind;
|
|
Property _published : TAchievementConfigurationDetail Index 40 Read F_published Write Set_published;
|
|
Property _published : TAchievementConfigurationDetail Index 40 Read F_published Write Set_published;
|
|
Property stepsToUnlock : integer Index 48 Read FstepsToUnlock Write SetstepsToUnlock;
|
|
Property stepsToUnlock : integer Index 48 Read FstepsToUnlock Write SetstepsToUnlock;
|
|
- Property token : string Index 56 Read Ftoken Write Settoken;
|
|
|
|
|
|
+ Property token : String Index 56 Read Ftoken Write Settoken;
|
|
end;
|
|
end;
|
|
TAchievementConfigurationClass = Class of TAchievementConfiguration;
|
|
TAchievementConfigurationClass = Class of TAchievementConfiguration;
|
|
|
|
|
|
@@ -109,24 +96,24 @@ type
|
|
TAchievementConfigurationDetail = Class(TGoogleBaseObject)
|
|
TAchievementConfigurationDetail = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
Fdescription : TLocalizedStringBundle;
|
|
Fdescription : TLocalizedStringBundle;
|
|
- FiconUrl : string;
|
|
|
|
- Fkind : string;
|
|
|
|
|
|
+ FiconUrl : String;
|
|
|
|
+ Fkind : String;
|
|
Fname : TLocalizedStringBundle;
|
|
Fname : TLocalizedStringBundle;
|
|
FpointValue : integer;
|
|
FpointValue : integer;
|
|
FsortRank : integer;
|
|
FsortRank : integer;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
Procedure Setdescription(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
Procedure Setdescription(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
- Procedure SeticonUrl(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SeticonUrl(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Setname(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
Procedure Setname(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
Procedure SetpointValue(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetpointValue(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetsortRank(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetsortRank(AIndex : Integer; AValue : integer); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
Property description : TLocalizedStringBundle Index 0 Read Fdescription Write Setdescription;
|
|
Property description : TLocalizedStringBundle Index 0 Read Fdescription Write Setdescription;
|
|
- Property iconUrl : string Index 8 Read FiconUrl Write SeticonUrl;
|
|
|
|
- Property kind : string Index 16 Read Fkind Write Setkind;
|
|
|
|
|
|
+ Property iconUrl : String Index 8 Read FiconUrl Write SeticonUrl;
|
|
|
|
+ Property kind : String Index 16 Read Fkind Write Setkind;
|
|
Property name : TLocalizedStringBundle Index 24 Read Fname Write Setname;
|
|
Property name : TLocalizedStringBundle Index 24 Read Fname Write Setname;
|
|
Property pointValue : integer Index 32 Read FpointValue Write SetpointValue;
|
|
Property pointValue : integer Index 32 Read FpointValue Write SetpointValue;
|
|
Property sortRank : integer Index 40 Read FsortRank Write SetsortRank;
|
|
Property sortRank : integer Index 40 Read FsortRank Write SetsortRank;
|
|
@@ -139,35 +126,22 @@ type
|
|
|
|
|
|
TAchievementConfigurationListResponse = Class(TGoogleBaseObject)
|
|
TAchievementConfigurationListResponse = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- Fitems : TAchievementConfigurationListResponseitems;
|
|
|
|
- Fkind : string;
|
|
|
|
- FnextPageToken : string;
|
|
|
|
|
|
+ Fitems : TAchievementConfigurationListResponseTypeitemsArray;
|
|
|
|
+ Fkind : String;
|
|
|
|
+ FnextPageToken : String;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure Setitems(AIndex : Integer; AValue : TAchievementConfigurationListResponseitems); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetnextPageToken(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Setitems(AIndex : Integer; AValue : TAchievementConfigurationListResponseTypeitemsArray); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetnextPageToken(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property items : TAchievementConfigurationListResponseitems Index 0 Read Fitems Write Setitems;
|
|
|
|
- Property kind : string Index 8 Read Fkind Write Setkind;
|
|
|
|
- Property nextPageToken : string Index 16 Read FnextPageToken Write SetnextPageToken;
|
|
|
|
|
|
+ Property items : TAchievementConfigurationListResponseTypeitemsArray Index 0 Read Fitems Write Setitems;
|
|
|
|
+ Property kind : String Index 8 Read Fkind Write Setkind;
|
|
|
|
+ Property nextPageToken : String Index 16 Read FnextPageToken Write SetnextPageToken;
|
|
end;
|
|
end;
|
|
TAchievementConfigurationListResponseClass = Class of TAchievementConfigurationListResponse;
|
|
TAchievementConfigurationListResponseClass = Class of TAchievementConfigurationListResponse;
|
|
|
|
|
|
- { --------------------------------------------------------------------
|
|
|
|
- TAchievementConfigurationListResponseitems
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
- TAchievementConfigurationListResponseitems = Class(TGoogleBaseObject)
|
|
|
|
- Private
|
|
|
|
- Protected
|
|
|
|
- //Property setters
|
|
|
|
- Public
|
|
|
|
- Published
|
|
|
|
- end;
|
|
|
|
- TAchievementConfigurationListResponseitemsClass = Class of TAchievementConfigurationListResponseitems;
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TGamesNumberAffixConfiguration
|
|
TGamesNumberAffixConfiguration
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
@@ -205,21 +179,21 @@ type
|
|
|
|
|
|
TGamesNumberFormatConfiguration = Class(TGoogleBaseObject)
|
|
TGamesNumberFormatConfiguration = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- FcurrencyCode : string;
|
|
|
|
|
|
+ FcurrencyCode : String;
|
|
FnumDecimalPlaces : integer;
|
|
FnumDecimalPlaces : integer;
|
|
- FnumberFormatType : string;
|
|
|
|
|
|
+ FnumberFormatType : String;
|
|
Fsuffix : TGamesNumberAffixConfiguration;
|
|
Fsuffix : TGamesNumberAffixConfiguration;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure SetcurrencyCode(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SetcurrencyCode(AIndex : Integer; AValue : String); virtual;
|
|
Procedure SetnumDecimalPlaces(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetnumDecimalPlaces(AIndex : Integer; AValue : integer); virtual;
|
|
- Procedure SetnumberFormatType(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SetnumberFormatType(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Setsuffix(AIndex : Integer; AValue : TGamesNumberAffixConfiguration); virtual;
|
|
Procedure Setsuffix(AIndex : Integer; AValue : TGamesNumberAffixConfiguration); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property currencyCode : string Index 0 Read FcurrencyCode Write SetcurrencyCode;
|
|
|
|
|
|
+ Property currencyCode : String Index 0 Read FcurrencyCode Write SetcurrencyCode;
|
|
Property numDecimalPlaces : integer Index 8 Read FnumDecimalPlaces Write SetnumDecimalPlaces;
|
|
Property numDecimalPlaces : integer Index 8 Read FnumDecimalPlaces Write SetnumDecimalPlaces;
|
|
- Property numberFormatType : string Index 16 Read FnumberFormatType Write SetnumberFormatType;
|
|
|
|
|
|
+ Property numberFormatType : String Index 16 Read FnumberFormatType Write SetnumberFormatType;
|
|
Property suffix : TGamesNumberAffixConfiguration Index 24 Read Fsuffix Write Setsuffix;
|
|
Property suffix : TGamesNumberAffixConfiguration Index 24 Read Fsuffix Write Setsuffix;
|
|
end;
|
|
end;
|
|
TGamesNumberFormatConfigurationClass = Class of TGamesNumberFormatConfiguration;
|
|
TGamesNumberFormatConfigurationClass = Class of TGamesNumberFormatConfiguration;
|
|
@@ -230,22 +204,22 @@ type
|
|
|
|
|
|
TImageConfiguration = Class(TGoogleBaseObject)
|
|
TImageConfiguration = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- FimageType : string;
|
|
|
|
- Fkind : string;
|
|
|
|
- FresourceId : string;
|
|
|
|
- Furl : string;
|
|
|
|
|
|
+ FimageType : String;
|
|
|
|
+ Fkind : String;
|
|
|
|
+ FresourceId : String;
|
|
|
|
+ Furl : String;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure SetimageType(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetresourceId(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Seturl(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SetimageType(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetresourceId(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Seturl(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property imageType : string Index 0 Read FimageType Write SetimageType;
|
|
|
|
- Property kind : string Index 8 Read Fkind Write Setkind;
|
|
|
|
- Property resourceId : string Index 16 Read FresourceId Write SetresourceId;
|
|
|
|
- Property url : string Index 24 Read Furl Write Seturl;
|
|
|
|
|
|
+ Property imageType : String Index 0 Read FimageType Write SetimageType;
|
|
|
|
+ Property kind : String Index 8 Read Fkind Write Setkind;
|
|
|
|
+ Property resourceId : String Index 16 Read FresourceId Write SetresourceId;
|
|
|
|
+ Property url : String Index 24 Read Furl Write Seturl;
|
|
end;
|
|
end;
|
|
TImageConfigurationClass = Class of TImageConfiguration;
|
|
TImageConfigurationClass = Class of TImageConfiguration;
|
|
|
|
|
|
@@ -256,34 +230,34 @@ type
|
|
TLeaderboardConfiguration = Class(TGoogleBaseObject)
|
|
TLeaderboardConfiguration = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
Fdraft : TLeaderboardConfigurationDetail;
|
|
Fdraft : TLeaderboardConfigurationDetail;
|
|
- Fid : string;
|
|
|
|
- Fkind : string;
|
|
|
|
|
|
+ Fid : String;
|
|
|
|
+ Fkind : String;
|
|
F_published : TLeaderboardConfigurationDetail;
|
|
F_published : TLeaderboardConfigurationDetail;
|
|
- FscoreMax : string;
|
|
|
|
- FscoreMin : string;
|
|
|
|
- FscoreOrder : string;
|
|
|
|
- Ftoken : string;
|
|
|
|
|
|
+ FscoreMax : String;
|
|
|
|
+ FscoreMin : String;
|
|
|
|
+ FscoreOrder : String;
|
|
|
|
+ Ftoken : String;
|
|
Protected
|
|
Protected
|
|
Class Function ExportPropertyName(Const AName : String) : string; override;
|
|
Class Function ExportPropertyName(Const AName : String) : string; override;
|
|
//Property setters
|
|
//Property setters
|
|
Procedure Setdraft(AIndex : Integer; AValue : TLeaderboardConfigurationDetail); virtual;
|
|
Procedure Setdraft(AIndex : Integer; AValue : TLeaderboardConfigurationDetail); virtual;
|
|
- Procedure Setid(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Setid(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Set_published(AIndex : Integer; AValue : TLeaderboardConfigurationDetail); virtual;
|
|
Procedure Set_published(AIndex : Integer; AValue : TLeaderboardConfigurationDetail); virtual;
|
|
- Procedure SetscoreMax(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetscoreMin(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetscoreOrder(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Settoken(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SetscoreMax(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetscoreMin(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetscoreOrder(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Settoken(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
Property draft : TLeaderboardConfigurationDetail Index 0 Read Fdraft Write Setdraft;
|
|
Property draft : TLeaderboardConfigurationDetail Index 0 Read Fdraft Write Setdraft;
|
|
- Property id : string Index 8 Read Fid Write Setid;
|
|
|
|
- Property kind : string Index 16 Read Fkind Write Setkind;
|
|
|
|
|
|
+ Property id : String Index 8 Read Fid Write Setid;
|
|
|
|
+ Property kind : String Index 16 Read Fkind Write Setkind;
|
|
Property _published : TLeaderboardConfigurationDetail Index 24 Read F_published Write Set_published;
|
|
Property _published : TLeaderboardConfigurationDetail Index 24 Read F_published Write Set_published;
|
|
- Property scoreMax : string Index 32 Read FscoreMax Write SetscoreMax;
|
|
|
|
- Property scoreMin : string Index 40 Read FscoreMin Write SetscoreMin;
|
|
|
|
- Property scoreOrder : string Index 48 Read FscoreOrder Write SetscoreOrder;
|
|
|
|
- Property token : string Index 56 Read Ftoken Write Settoken;
|
|
|
|
|
|
+ Property scoreMax : String Index 32 Read FscoreMax Write SetscoreMax;
|
|
|
|
+ Property scoreMin : String Index 40 Read FscoreMin Write SetscoreMin;
|
|
|
|
+ Property scoreOrder : String Index 48 Read FscoreOrder Write SetscoreOrder;
|
|
|
|
+ Property token : String Index 56 Read Ftoken Write Settoken;
|
|
end;
|
|
end;
|
|
TLeaderboardConfigurationClass = Class of TLeaderboardConfiguration;
|
|
TLeaderboardConfigurationClass = Class of TLeaderboardConfiguration;
|
|
|
|
|
|
@@ -293,22 +267,22 @@ type
|
|
|
|
|
|
TLeaderboardConfigurationDetail = Class(TGoogleBaseObject)
|
|
TLeaderboardConfigurationDetail = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- FiconUrl : string;
|
|
|
|
- Fkind : string;
|
|
|
|
|
|
+ FiconUrl : String;
|
|
|
|
+ Fkind : String;
|
|
Fname : TLocalizedStringBundle;
|
|
Fname : TLocalizedStringBundle;
|
|
FscoreFormat : TGamesNumberFormatConfiguration;
|
|
FscoreFormat : TGamesNumberFormatConfiguration;
|
|
FsortRank : integer;
|
|
FsortRank : integer;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure SeticonUrl(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure SeticonUrl(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
Procedure Setname(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
Procedure Setname(AIndex : Integer; AValue : TLocalizedStringBundle); virtual;
|
|
Procedure SetscoreFormat(AIndex : Integer; AValue : TGamesNumberFormatConfiguration); virtual;
|
|
Procedure SetscoreFormat(AIndex : Integer; AValue : TGamesNumberFormatConfiguration); virtual;
|
|
Procedure SetsortRank(AIndex : Integer; AValue : integer); virtual;
|
|
Procedure SetsortRank(AIndex : Integer; AValue : integer); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property iconUrl : string Index 0 Read FiconUrl Write SeticonUrl;
|
|
|
|
- Property kind : string Index 8 Read Fkind Write Setkind;
|
|
|
|
|
|
+ Property iconUrl : String Index 0 Read FiconUrl Write SeticonUrl;
|
|
|
|
+ Property kind : String Index 8 Read Fkind Write Setkind;
|
|
Property name : TLocalizedStringBundle Index 16 Read Fname Write Setname;
|
|
Property name : TLocalizedStringBundle Index 16 Read Fname Write Setname;
|
|
Property scoreFormat : TGamesNumberFormatConfiguration Index 24 Read FscoreFormat Write SetscoreFormat;
|
|
Property scoreFormat : TGamesNumberFormatConfiguration Index 24 Read FscoreFormat Write SetscoreFormat;
|
|
Property sortRank : integer Index 32 Read FsortRank Write SetsortRank;
|
|
Property sortRank : integer Index 32 Read FsortRank Write SetsortRank;
|
|
@@ -321,54 +295,41 @@ type
|
|
|
|
|
|
TLeaderboardConfigurationListResponse = Class(TGoogleBaseObject)
|
|
TLeaderboardConfigurationListResponse = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- Fitems : TLeaderboardConfigurationListResponseitems;
|
|
|
|
- Fkind : string;
|
|
|
|
- FnextPageToken : string;
|
|
|
|
|
|
+ Fitems : TLeaderboardConfigurationListResponseTypeitemsArray;
|
|
|
|
+ Fkind : String;
|
|
|
|
+ FnextPageToken : String;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure Setitems(AIndex : Integer; AValue : TLeaderboardConfigurationListResponseitems); virtual;
|
|
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure SetnextPageToken(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Setitems(AIndex : Integer; AValue : TLeaderboardConfigurationListResponseTypeitemsArray); virtual;
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure SetnextPageToken(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property items : TLeaderboardConfigurationListResponseitems Index 0 Read Fitems Write Setitems;
|
|
|
|
- Property kind : string Index 8 Read Fkind Write Setkind;
|
|
|
|
- Property nextPageToken : string Index 16 Read FnextPageToken Write SetnextPageToken;
|
|
|
|
|
|
+ Property items : TLeaderboardConfigurationListResponseTypeitemsArray Index 0 Read Fitems Write Setitems;
|
|
|
|
+ Property kind : String Index 8 Read Fkind Write Setkind;
|
|
|
|
+ Property nextPageToken : String Index 16 Read FnextPageToken Write SetnextPageToken;
|
|
end;
|
|
end;
|
|
TLeaderboardConfigurationListResponseClass = Class of TLeaderboardConfigurationListResponse;
|
|
TLeaderboardConfigurationListResponseClass = Class of TLeaderboardConfigurationListResponse;
|
|
|
|
|
|
- { --------------------------------------------------------------------
|
|
|
|
- TLeaderboardConfigurationListResponseitems
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
- TLeaderboardConfigurationListResponseitems = Class(TGoogleBaseObject)
|
|
|
|
- Private
|
|
|
|
- Protected
|
|
|
|
- //Property setters
|
|
|
|
- Public
|
|
|
|
- Published
|
|
|
|
- end;
|
|
|
|
- TLeaderboardConfigurationListResponseitemsClass = Class of TLeaderboardConfigurationListResponseitems;
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TLocalizedString
|
|
TLocalizedString
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
TLocalizedString = Class(TGoogleBaseObject)
|
|
TLocalizedString = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- Fkind : string;
|
|
|
|
- Flocale : string;
|
|
|
|
- Fvalue : string;
|
|
|
|
|
|
+ Fkind : String;
|
|
|
|
+ Flocale : String;
|
|
|
|
+ Fvalue : String;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setlocale(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Setvalue(AIndex : Integer; AValue : string); virtual;
|
|
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setlocale(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Setvalue(AIndex : Integer; AValue : String); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property kind : string Index 0 Read Fkind Write Setkind;
|
|
|
|
- Property locale : string Index 8 Read Flocale Write Setlocale;
|
|
|
|
- Property value : string Index 16 Read Fvalue Write Setvalue;
|
|
|
|
|
|
+ Property kind : String Index 0 Read Fkind Write Setkind;
|
|
|
|
+ Property locale : String Index 8 Read Flocale Write Setlocale;
|
|
|
|
+ Property value : String Index 16 Read Fvalue Write Setvalue;
|
|
end;
|
|
end;
|
|
TLocalizedStringClass = Class of TLocalizedString;
|
|
TLocalizedStringClass = Class of TLocalizedString;
|
|
|
|
|
|
@@ -378,32 +339,19 @@ type
|
|
|
|
|
|
TLocalizedStringBundle = Class(TGoogleBaseObject)
|
|
TLocalizedStringBundle = Class(TGoogleBaseObject)
|
|
Private
|
|
Private
|
|
- Fkind : string;
|
|
|
|
- Ftranslations : TLocalizedStringBundletranslations;
|
|
|
|
|
|
+ Fkind : String;
|
|
|
|
+ Ftranslations : TLocalizedStringBundleTypetranslationsArray;
|
|
Protected
|
|
Protected
|
|
//Property setters
|
|
//Property setters
|
|
- Procedure Setkind(AIndex : Integer; AValue : string); virtual;
|
|
|
|
- Procedure Settranslations(AIndex : Integer; AValue : TLocalizedStringBundletranslations); virtual;
|
|
|
|
|
|
+ Procedure Setkind(AIndex : Integer; AValue : String); virtual;
|
|
|
|
+ Procedure Settranslations(AIndex : Integer; AValue : TLocalizedStringBundleTypetranslationsArray); virtual;
|
|
Public
|
|
Public
|
|
Published
|
|
Published
|
|
- Property kind : string Index 0 Read Fkind Write Setkind;
|
|
|
|
- Property translations : TLocalizedStringBundletranslations Index 8 Read Ftranslations Write Settranslations;
|
|
|
|
|
|
+ Property kind : String Index 0 Read Fkind Write Setkind;
|
|
|
|
+ Property translations : TLocalizedStringBundleTypetranslationsArray Index 8 Read Ftranslations Write Settranslations;
|
|
end;
|
|
end;
|
|
TLocalizedStringBundleClass = Class of TLocalizedStringBundle;
|
|
TLocalizedStringBundleClass = Class of TLocalizedStringBundle;
|
|
|
|
|
|
- { --------------------------------------------------------------------
|
|
|
|
- TLocalizedStringBundletranslations
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
- TLocalizedStringBundletranslations = Class(TGoogleBaseObject)
|
|
|
|
- Private
|
|
|
|
- Protected
|
|
|
|
- //Property setters
|
|
|
|
- Public
|
|
|
|
- Published
|
|
|
|
- end;
|
|
|
|
- TLocalizedStringBundletranslationsClass = Class of TLocalizedStringBundletranslations;
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TAchievementConfigurationsResource
|
|
TAchievementConfigurationsResource
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
@@ -413,7 +361,7 @@ type
|
|
|
|
|
|
TAchievementConfigurationsListOptions = Record
|
|
TAchievementConfigurationsListOptions = Record
|
|
maxResults : integer;
|
|
maxResults : integer;
|
|
- pageToken : string;
|
|
|
|
|
|
+ pageToken : String;
|
|
end;
|
|
end;
|
|
|
|
|
|
TAchievementConfigurationsResource = Class(TGoogleResource)
|
|
TAchievementConfigurationsResource = Class(TGoogleResource)
|
|
@@ -451,7 +399,7 @@ type
|
|
|
|
|
|
TLeaderboardConfigurationsListOptions = Record
|
|
TLeaderboardConfigurationsListOptions = Record
|
|
maxResults : integer;
|
|
maxResults : integer;
|
|
- pageToken : string;
|
|
|
|
|
|
+ pageToken : String;
|
|
end;
|
|
end;
|
|
|
|
|
|
TLeaderboardConfigurationsResource = Class(TGoogleResource)
|
|
TLeaderboardConfigurationsResource = Class(TGoogleResource)
|
|
@@ -523,7 +471,7 @@ implementation
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfiguration.SetachievementType(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfiguration.SetachievementType(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FachievementType=AValue) then exit;
|
|
If (FachievementType=AValue) then exit;
|
|
@@ -543,7 +491,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfiguration.Setid(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfiguration.Setid(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fid=AValue) then exit;
|
|
If (Fid=AValue) then exit;
|
|
@@ -553,7 +501,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfiguration.SetinitialState(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfiguration.SetinitialState(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FinitialState=AValue) then exit;
|
|
If (FinitialState=AValue) then exit;
|
|
@@ -563,7 +511,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfiguration.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfiguration.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -593,7 +541,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfiguration.Settoken(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfiguration.Settoken(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Ftoken=AValue) then exit;
|
|
If (Ftoken=AValue) then exit;
|
|
@@ -631,7 +579,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfigurationDetail.SeticonUrl(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfigurationDetail.SeticonUrl(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FiconUrl=AValue) then exit;
|
|
If (FiconUrl=AValue) then exit;
|
|
@@ -641,7 +589,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfigurationDetail.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfigurationDetail.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -688,7 +636,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfigurationListResponse.Setitems(AIndex : Integer; AValue : TAchievementConfigurationListResponseitems);
|
|
|
|
|
|
+Procedure TAchievementConfigurationListResponse.Setitems(AIndex : Integer; AValue : TAchievementConfigurationListResponseTypeitemsArray);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fitems=AValue) then exit;
|
|
If (Fitems=AValue) then exit;
|
|
@@ -698,7 +646,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfigurationListResponse.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfigurationListResponse.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -708,7 +656,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TAchievementConfigurationListResponse.SetnextPageToken(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TAchievementConfigurationListResponse.SetnextPageToken(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FnextPageToken=AValue) then exit;
|
|
If (FnextPageToken=AValue) then exit;
|
|
@@ -720,13 +668,6 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-{ --------------------------------------------------------------------
|
|
|
|
- TAchievementConfigurationListResponseitems
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TGamesNumberAffixConfiguration
|
|
TGamesNumberAffixConfiguration
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
@@ -799,7 +740,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TGamesNumberFormatConfiguration.SetcurrencyCode(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TGamesNumberFormatConfiguration.SetcurrencyCode(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FcurrencyCode=AValue) then exit;
|
|
If (FcurrencyCode=AValue) then exit;
|
|
@@ -819,7 +760,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TGamesNumberFormatConfiguration.SetnumberFormatType(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TGamesNumberFormatConfiguration.SetnumberFormatType(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FnumberFormatType=AValue) then exit;
|
|
If (FnumberFormatType=AValue) then exit;
|
|
@@ -846,7 +787,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TImageConfiguration.SetimageType(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TImageConfiguration.SetimageType(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FimageType=AValue) then exit;
|
|
If (FimageType=AValue) then exit;
|
|
@@ -856,7 +797,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TImageConfiguration.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TImageConfiguration.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -866,7 +807,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TImageConfiguration.SetresourceId(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TImageConfiguration.SetresourceId(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FresourceId=AValue) then exit;
|
|
If (FresourceId=AValue) then exit;
|
|
@@ -876,7 +817,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TImageConfiguration.Seturl(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TImageConfiguration.Seturl(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Furl=AValue) then exit;
|
|
If (Furl=AValue) then exit;
|
|
@@ -903,7 +844,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.Setid(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.Setid(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fid=AValue) then exit;
|
|
If (Fid=AValue) then exit;
|
|
@@ -913,7 +854,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -933,7 +874,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.SetscoreMax(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.SetscoreMax(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FscoreMax=AValue) then exit;
|
|
If (FscoreMax=AValue) then exit;
|
|
@@ -943,7 +884,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.SetscoreMin(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.SetscoreMin(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FscoreMin=AValue) then exit;
|
|
If (FscoreMin=AValue) then exit;
|
|
@@ -953,7 +894,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.SetscoreOrder(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.SetscoreOrder(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FscoreOrder=AValue) then exit;
|
|
If (FscoreOrder=AValue) then exit;
|
|
@@ -963,7 +904,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfiguration.Settoken(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfiguration.Settoken(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Ftoken=AValue) then exit;
|
|
If (Ftoken=AValue) then exit;
|
|
@@ -991,7 +932,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfigurationDetail.SeticonUrl(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfigurationDetail.SeticonUrl(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FiconUrl=AValue) then exit;
|
|
If (FiconUrl=AValue) then exit;
|
|
@@ -1001,7 +942,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfigurationDetail.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfigurationDetail.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -1048,7 +989,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfigurationListResponse.Setitems(AIndex : Integer; AValue : TLeaderboardConfigurationListResponseitems);
|
|
|
|
|
|
+Procedure TLeaderboardConfigurationListResponse.Setitems(AIndex : Integer; AValue : TLeaderboardConfigurationListResponseTypeitemsArray);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fitems=AValue) then exit;
|
|
If (Fitems=AValue) then exit;
|
|
@@ -1058,7 +999,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfigurationListResponse.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfigurationListResponse.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -1068,7 +1009,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLeaderboardConfigurationListResponse.SetnextPageToken(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLeaderboardConfigurationListResponse.SetnextPageToken(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (FnextPageToken=AValue) then exit;
|
|
If (FnextPageToken=AValue) then exit;
|
|
@@ -1080,19 +1021,12 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-{ --------------------------------------------------------------------
|
|
|
|
- TLeaderboardConfigurationListResponseitems
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TLocalizedString
|
|
TLocalizedString
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TLocalizedString.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLocalizedString.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -1102,7 +1036,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLocalizedString.Setlocale(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLocalizedString.Setlocale(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Flocale=AValue) then exit;
|
|
If (Flocale=AValue) then exit;
|
|
@@ -1112,7 +1046,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLocalizedString.Setvalue(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLocalizedString.Setvalue(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fvalue=AValue) then exit;
|
|
If (Fvalue=AValue) then exit;
|
|
@@ -1129,7 +1063,7 @@ end;
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
|
|
|
|
|
|
|
|
-Procedure TLocalizedStringBundle.Setkind(AIndex : Integer; AValue : string);
|
|
|
|
|
|
+Procedure TLocalizedStringBundle.Setkind(AIndex : Integer; AValue : String);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Fkind=AValue) then exit;
|
|
If (Fkind=AValue) then exit;
|
|
@@ -1139,7 +1073,7 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Procedure TLocalizedStringBundle.Settranslations(AIndex : Integer; AValue : TLocalizedStringBundletranslations);
|
|
|
|
|
|
+Procedure TLocalizedStringBundle.Settranslations(AIndex : Integer; AValue : TLocalizedStringBundleTypetranslationsArray);
|
|
|
|
|
|
begin
|
|
begin
|
|
If (Ftranslations=AValue) then exit;
|
|
If (Ftranslations=AValue) then exit;
|
|
@@ -1151,13 +1085,6 @@ end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-{ --------------------------------------------------------------------
|
|
|
|
- TLocalizedStringBundletranslations
|
|
|
|
- --------------------------------------------------------------------}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
{ --------------------------------------------------------------------
|
|
{ --------------------------------------------------------------------
|
|
TAchievementConfigurationsResource
|
|
TAchievementConfigurationsResource
|
|
--------------------------------------------------------------------}
|
|
--------------------------------------------------------------------}
|
|
@@ -1563,17 +1490,14 @@ begin
|
|
TAchievementConfiguration.RegisterObject;
|
|
TAchievementConfiguration.RegisterObject;
|
|
TAchievementConfigurationDetail.RegisterObject;
|
|
TAchievementConfigurationDetail.RegisterObject;
|
|
TAchievementConfigurationListResponse.RegisterObject;
|
|
TAchievementConfigurationListResponse.RegisterObject;
|
|
- TAchievementConfigurationListResponseitems.RegisterObject;
|
|
|
|
TGamesNumberAffixConfiguration.RegisterObject;
|
|
TGamesNumberAffixConfiguration.RegisterObject;
|
|
TGamesNumberFormatConfiguration.RegisterObject;
|
|
TGamesNumberFormatConfiguration.RegisterObject;
|
|
TImageConfiguration.RegisterObject;
|
|
TImageConfiguration.RegisterObject;
|
|
TLeaderboardConfiguration.RegisterObject;
|
|
TLeaderboardConfiguration.RegisterObject;
|
|
TLeaderboardConfigurationDetail.RegisterObject;
|
|
TLeaderboardConfigurationDetail.RegisterObject;
|
|
TLeaderboardConfigurationListResponse.RegisterObject;
|
|
TLeaderboardConfigurationListResponse.RegisterObject;
|
|
- TLeaderboardConfigurationListResponseitems.RegisterObject;
|
|
|
|
TLocalizedString.RegisterObject;
|
|
TLocalizedString.RegisterObject;
|
|
TLocalizedStringBundle.RegisterObject;
|
|
TLocalizedStringBundle.RegisterObject;
|
|
- TLocalizedStringBundletranslations.RegisterObject;
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|