RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.Handle Property

Specifies the Borland Database Engine (BDE) database handle.

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

Use Handle only to bypass TDatabase methods and make direct calls to the directly to the BDE API. Many BDE function calls require a handle parameter. Handle is assigned an initial value when a database is opened. 

 

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