RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.Database Property

Identifies the database component for which this dataset represents one or more tables.

Pascal
property Database: TDatabase;
C++
__property TDatabase Database;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!