[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlebigquery.pp line 1649
type TTableList = class(TGoogleBaseObject) |
protected |
procedure Setetag(); virtual; |
procedure Setkind(); virtual; |
procedure SetnextPageToken(); virtual; |
procedure Settables(); virtual; |
procedure SettotalItems(); virtual; |
published |
property etag: string; [rw] |
property kind: string; [rw] |
property nextPageToken: string; [rw] |
property tables: TTableListTypetablesArray; [rw] |
property totalItems: Integer; [rw] |
end; |
| |
| |
TObject |