RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IIBEventNotifier Interface

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

Pascal
IIBEventNotifier = interface;
C++
__interface IIBEventNotifier;

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;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!