TurboDB Components
See also
Previous  Top  Next


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

TTdbTable

TTdbBatchMove

TTdbDatabase

TTdbQuery (professional edition only)

TTdbEnumValueSet

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

TTdbFieldDef

TTdbFieldDefs

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.