API:IBX.IBQuery.TIBQuery

Delphi
TIBQuery = class(TIBCustomDataSet)
C++
class PASCALIMPLEMENTATION TIBQuery : public Ibx::Ibcustomdataset::TIBCustomDataSet
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | IBX.IBQuery.pas IBX.IBQuery.hpp |
IBX.IBQuery | IBX.IBQuery |
Description
TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express. {{#multireplace:IBX.IBQuery.TIBQuery|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:IBX.IBCustomDataSet.TIBCustomDataSet|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express.
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.