API:IBX.IBQuery.TIBQuery

提供: RAD Studio API Documentation
移動先: 案内検索

IBX.IBCustomDataSet.TIBCustomDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBQuery

Delphi

TIBQuery = class(TIBCustomDataSet)

C++

class PASCALIMPLEMENTATION TIBQuery : public Ibx::Ibcustomdataset::TIBCustomDataSet

プロパティ

種類 可視性 ソース ユニット
class public
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery IBX.IBQuery

説明

TIBCustomDataSet は,InterBase Express を使って取り出されたデータを表すすべてのデータセットの基本クラスです。

IBX.IBQuery.TIBQuery は IBX.IBCustomDataSet.TIBCustomDataSet を継承しています。以下の内容はすべて IBX.IBCustomDataSet.TIBCustomDataSet を参照しています。

TIBCustomDataSet は,InterBase Express を使って取り出されたデータを表すすべてのデータセットの基本クラスです。

TIBCustomDataSet は,データセットの InterBase Express(IBX)機能を定義するデータセットオブジェクトです。アプリケーションは,絶対に TIBCustomDataSet オブジェクトを直接使用してはなりません。かわりに TIBDataSet,TIBQuery,TIBStoredProc,TIBTable などの TIBCustomDataSet の下位オブジェクトを使用します。これらの下位オブジェクトは,TIBCustomDataSet からデータセット関連のプロパティやメソッドを継承します。

関連項目