IBX.IBEvents.TIBEvents.RegisterEvents
Delphi
procedure RegisterEvents; virtual;
C++
virtual void __fastcall RegisterEvents(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBEvents.pas IBX.IBEvents.hpp |
IBX.IBEvents | TIBEvents |
Description
Registers interest in the events listed by the Events property.
Call RegisterEvents to register interest in the events listed in the Events property with the InterBase Event Manager. Once this interest is registered, the InterBase Event Manager generates an OnEventAlert event when any of the registered events occurs.
Note: RegisterEvents is called automatically when you set the Registered property to true or when the AutoRegister property is true and the database connection is open.