[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlegamesconfiguration.pp line 194
type TImageConfiguration = class(TGoogleBaseObject) |
protected |
procedure SetimageType(); virtual; |
procedure Setkind(); virtual; |
procedure SetresourceId(); virtual; |
procedure Seturl(); virtual; |
published |
property imageType: string; [rw] |
property kind: string; [rw] |
property resourceId: string; [rw] |
property url: string; [rw] |
end; |
| |
| |
TObject |