Bde.DBTables.TDBDataSet.DBHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBHandle: HDBIDB read GetDBHandle;

C++

__property Bde::hDBIDb DBHandle = {read=GetDBHandle};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBDataSet

Description

Specifies the Borland Database Engine (BDE) database handle for the dataset.

Check DBHandle to determine the database handle for the dataset. DBHandle is only useful in applications that bypass database and dataset methods to write directly to the BDE API. Many BDE function calls require a handle parameter. DBHandle is assigned an initial value when a session is activated.

Note: Do not use this property unless an application requires BDE functionality not available through standard data access components.

See Also