TurboDB VCL Component Library

VCL Components

See also

Previous  Top  Next

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

TTdbTable

TTdbBatchMove

TTdbDatabase

TTdbQuery (professional edition only)

TTdbEnumValueSet

TTdbBlobProvider

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

TTdbForeignKeyDef

TTdbForeignKeyDefs

TTdbFulltextIndexDef

TTdbFulltextIndexDefs

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.