[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlefusiontables.pp line 573
type TTable = class(TGoogleBaseObject) |
protected |
procedure Setattribution(); virtual; |
procedure SetattributionLink(); virtual; |
procedure SetbaseTableIds(); virtual; |
procedure SetcolumnPropertiesJsonSchema(); virtual; |
procedure Setcolumns(); virtual; |
procedure Setdescription(); virtual; |
procedure SetisExportable(); virtual; |
procedure Setkind(); virtual; |
procedure Setname(); virtual; |
procedure Setsql(); virtual; |
procedure SettableId(); virtual; |
procedure SettablePropertiesJson(); virtual; |
procedure SettablePropertiesJsonSchema(); virtual; |
published |
property attribution: string; [rw] |
property attributionLink: string; [rw] |
property baseTableIds: TStringArray; [rw] |
property columnPropertiesJsonSchema: string; [rw] |
property columns: TTableTypecolumnsArray; [rw] |
property description: string; [rw] |
property isExportable: Boolean; [rw] |
property kind: string; [rw] |
property name: string; [rw] |
property sql: string; [rw] |
property tableId: string; [rw] |
property tablePropertiesJson: string; [rw] |
property tablePropertiesJsonSchema: string; [rw] |
end; |
| |
| |
TObject |