[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleprediction.pp line 138
type TAnalyzeTypedataDescriptionTypefeaturesItem = class(TGoogleBaseObject) |
protected |
procedure Setcategorical(); virtual; |
procedure Setindex(); virtual; |
procedure Setnumeric(); virtual; |
procedure Settext(); virtual; |
published |
property categorical: TAnalyzeTypedataDescriptionTypefeaturesItemTypecategorical; [rw] |
property index: string; [rw] |
property numeric: TAnalyzeTypedataDescriptionTypefeaturesItemTypenumeric; [rw] |
property text: TAnalyzeTypedataDescriptionTypefeaturesItemTypetext; [rw] |
end; |
| |
| |
TObject |