TurboDB Components
See also
[Previous] [Main] [Next]

The following components are located on the TurboDB tab of your Delphi/Kylix IDE:

TTdbTable

TTdbBatchMove

TTdbDatabase

TTdbQuery (professional edition only)

The base class of TTdbTable and TTdbQuery is TTdbDataSet, which in turn is a TDataSet descendant. Therefore all properties,
methods and events of TDataSet apply to the corresponding TurboDB components.

Other TurboDB classes:

ETurboDBError

This document assumes that you are familiar with the Delphi development environment and know how to use the standard data access, and data control components.