[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecoordinate.pp line 341
type TLocationListResponse = class(TGoogleBaseObject) |
protected |
procedure Setitems(); virtual; |
procedure Setkind(); virtual; |
procedure SetnextPageToken(); virtual; |
procedure SettokenPagination(); virtual; |
published |
property items: TLocationListResponseTypeitemsArray; [rw] |
property kind: string; [rw] |
property nextPageToken: string; [rw] |
property tokenPagination: TTokenPagination; [rw] |
end; |
| |
| |
TObject |