RAD Studio VCL Reference
|
Removes an event notifier from the database's internal list so that the database no longer handles registering and unregistering interest in events.
procedure RemoveEventNotifier(Notifier: IIBEventNotifier);
__fastcall RemoveEventNotifier(IIBEventNotifier Notifier);
Call RemoveEventNotifier when you no longer want the database to automatically register and unregister an interest in server events when it opens and closes a connection to the server. For example, TIBEvents automatically calls RemoveEventNotifier when you change its Database property.
Notifier is the event notifier previously added to the database's internal list by a call to AddEventNotifier.
RemoveEventNotifier removes Notifier from its internal list of event notifiers.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|