RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable Class

TIBTable is a dataset component that encapsulates a database table.

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

Use TIBTable to access data in a single table or view. TIBTable provides direct access to every record and field in an underlying InterBase database table. A table component can also work with a subset of records within a database table using filters. 

 

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