RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBEvents.RegisterEvents Method

Registers interest in the events listed by the Events property.

Pascal
procedure RegisterEvents; virtual;
C++
virtual __fastcall RegisterEvents();

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.
 

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