IBX.IBCustomDataSet.TIBCustomDataSet.Database
Delphi
property Database: TIBDatabase read GetDatabase write SetDatabase;
C++
__property Ibx::Ibdatabase::TIBDatabase* Database = {read=GetDatabase, write=SetDatabase};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBCustomDataSet |
Description
Identifies the database component for which this dataset represents one or more tables.
Use Database to access the properties, events, and methods of the database component associated with this dataset.