TurboDB VCL Component Library

TTdbDataSet

Previous  Top  Next

Encapsulates TurboDB functionality for descendant data set objects.

Unit

TdbDataSet

Description

TTdbDataSet is a data set object that defines TurboDB functionality for a dataset. Applications never use TTdbDataSet objects directly. Instead they use the descendants of TTdbDataSet, such as TTdbTable or TTdbQuery, which inherit its database-related properties and methods.

Developers who create custom dataset components that work through TurboDB may want to derive them directly from TTdbDataSet to inherit all the functionality of TTdbDataSet and the TurboDB-related properties and methods of TTdbDataSet.