Bde.DBTables.TSession.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HDBISES read GetHandle;

C++

__property Bde::hDBISes Handle = {read=GetHandle};

Properties

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

Description

Specifies the Borland Database Engine (BDE) handle for the session.

Use Handle only to bypass TSession methods and write directly to the BDE API. Many BDE function calls require a handle parameter. Handle 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 library components.

See Also