[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlefitness.pp line 541
type TValue = class(TGoogleBaseObject) |
protected |
procedure SetfpVal(); virtual; |
procedure SetintVal(); virtual; |
procedure SetmapVal(); virtual; |
procedure SetstringVal(); virtual; |
published |
property fpVal: Double; [rw] |
property intVal: Integer; [rw] |
property mapVal: TValueTypemapValArray; [rw] |
property stringVal: string; [rw] |
end; |
| |
| |
TObject |