Indicates the TurboDB table component, that is the source or destination for export or import.
property TdbTable: TTdbTable;
Description
Set TdbTable to the table component into which you want transfer records or from which you want to export records. If Direction is bmdImport, records will be transfered from the external data source FileName or DataSet in to the table indicated by TdbTable. If Direction is bmdExport, the records will be written in the file from the table component.