RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.Handle Property

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

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

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!