Bde.DBTables.TDBDataSet.DBHandle

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 DBHandle: HDBIDB read GetDBHandle;

C++

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

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