IBX.IBDatabase.TIBDatabase.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: TISC_DB_HANDLE read FHandle;

C++

__property Ibx::Ibexternals::PVoid Handle = {read=FHandle};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Specifies the InterBase API database 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.