IBX.IBCustomDataSet.TIBCustomDataSet.Database

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

Delphi

property Database: TIBDatabase read GetDatabase write SetDatabase;

C++

__property Ibx::Ibdatabase::TIBDatabase* Database = {read=GetDatabase, write=SetDatabase};

プロパティ

種類 可視性 ソース ユニット
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

説明

データベースコンポーネントを指定し,データセットを構成する 1 つまたは複数のテーブルを表します。

Database プロパティは,データセットに関連付けられたデータベースコンポーネントのプロパティ,イベント,およびメソッドにアクセスできます。

関連項目