[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledfareporting.pp line 5860
type TRegion = class(TGoogleBaseObject) |
protected |
procedure SetcountryCode(); virtual; |
procedure SetcountryDartId(); virtual; |
procedure SetdartId(); virtual; |
procedure Setkind(); virtual; |
procedure Setname(); virtual; |
procedure SetregionCode(); virtual; |
published |
property countryCode: string; [rw] |
property countryDartId: string; [rw] |
property dartId: string; [rw] |
property kind: string; [rw] |
property name: string; [rw] |
property regionCode: string; [rw] |
end; |
| |
| |
TObject |