Bde.DBTables.TDatabase.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HDBIDB read FHandle write SetHandle;

C++

__property Bde::hDBIDb Handle = {read=FHandle, write=SetHandle};

Properties

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

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.

See Also