Indicates the TurboDB table component, that is the source or destination for export or import.
property TdbTable: TTdbTable;
Description Because TTdbBatchMove can now export from query components as well, this property has changed its type and its name. You can safely replace all references to TdbTable by TdbDataSet throughout your code.