RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet Class

TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express.

Pascal
TIBCustomDataSet = class(TDataset);
C++
class TIBCustomDataSet : public TDataset;

TIBCustomDataSet is a dataset object that defines InterBase Express (IBX) functionality for a dataset. Applications never use TIBCustomDataSet objects directly. Instead they use the descendants of TIBCustomDataSet, such as TIBDataSet, TIBQuery, TIBStoredProc, and TIBTable, which inherit its dataset-related properties and methods. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!