Bde.DBTables.TDBDataSet.Database
Delphi
property Database: TDatabase read FDatabase;
C++
__property TDatabase* Database = {read=FDatabase};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TDBDataSet |
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. Database is a read-only property that is automatically set when the database specified by the DatabaseName property is opened.