[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlegames.pp line 669
type TCategory = class(TGoogleBaseObject) |
protected |
procedure Setcategory(); virtual; |
procedure SetexperiencePoints(); virtual; |
procedure Setkind(); virtual; |
published |
property category: string; [rw] |
property experiencePoints: string; [rw] |
property kind: string; [rw] |
end; |
| |
| |
TObject |