IBX.IBEvents.TIBEvents.UnRegisterEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnRegisterEvents; virtual;

C++

virtual void __fastcall UnRegisterEvents();

Properties

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

Description

Unregisters interest in the events listed by the Events property.

Call UnRegisterEvents to unregister interest in the events in the Events list. When the database closes a connection, or when the IBEvents component is destroyed, UnRegisterEvents is called automatically.