IBX.IBDatabase.IIBEventNotifier.UnRegisterEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterEvents;

C++

virtual void __fastcall UnRegisterEvents() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IIBEventNotifier

Description

Unregisters interest in the events previously registered by a call to RegisterEvents.

UnRegisterEvents cancels the interest in the events that was previously registered by a call to RegisterEvents. TIBDataBase uses this interface to unregister all of its event notifiers when it disconnects from the InterBase server.