IBX.IBTable.TIBTable
Delphi
TIBTable = class(TIBCustomDataSet)
C++
class PASCALIMPLEMENTATION TIBTable : public Ibx::Ibcustomdataset::TIBCustomDataSet
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IBTable.pas IBX.IBTable.hpp |
IBX.IBTable | IBX.IBTable |
Description
TIBTable is a dataset component that encapsulates a database table.
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.