IBX.IBDatabase.IIBEventNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IIBEventNotifier = interface

C++

__interface  INTERFACE_UUID("{9427DE09-46F7-4E1D-8B92-C1F88B47BF6D}") IIBEventNotifier  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

Description

IIBEventNotifier allows a TIBDataBase component to automatically register interest in events on the InterBase server.

TIBDatabase uses the IIBEventNotifier interface to communicate with objects such as TIBEvents that register an interest in events on the InterBase server.

Note: VCL Method declarations that use IIBEventNotifier use the _di_IIBEventNotifier type instead. This is a DelphiInterface wrapper around the IIBEventNotifier interface:


typedef System::DelphiInterface< IIBEventNotifier > _di_IIBEventNotifier;