IBX.IBEvents.TIBEvents.NativeHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NativeHandle: TISC_DB_HANDLE read GetNativeHandle;

C++

__property Ibx::Ibexternals::PVoid NativeHandle = {read=GetNativeHandle};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents TIBEvents

Description

Supplies the InterBase handle for the database on which events occur.

Read NativeHandle to get the InterBase handle for the server on which the events occur. This property can be used when working with the InterBase API.