Source position: googlefusiontables.pp line 872
type TTableImportRowsOptions = record
delimiter: string;
encoding: string;
endLine: Integer;
isStrict: Boolean;
startLine: Integer;
end;