RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Handle Property

Specifies the InterBase API database handle.

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

Use Handle to make calls directly to the InterBase API. Many of the InterBase API functions require a database handle as one of their arguments. 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!