RAD Studio VCL Reference
|
TIBTable is a dataset component that encapsulates a database table.
TIBTable = class(TIBCustomDataSet);
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!
|