Bde.DBTables.TDatabase.Handle
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TDatabase |
Delphi
property Handle: HDBIDB read FHandle write SetHandle;
C++
__property Bde::hDBIDb Handle = {read=FHandle, write=SetHandle};
Description
Specifies the Borland Database Engine (BDE) database 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.