Bde.DBTables.TDBDataSet.Database

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDBDataSet

Delphi

property Database: TDatabase read FDatabase;

C++

__property TDatabase* Database = {read=FDatabase};

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.

See Also