RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.DBHandle Property

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

Pascal
property DBHandle: HDBIDB;
C++
__property HDBIDB DBHandle;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!