RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBEvents.Database Property

Specifies the database on which to perform event alerter tasks.

Pascal
property Database: TIBDatabase;
C++
__property TIBDatabase Database;

Use Database to specify the component that manages a connection to the InterBase server. This connection must be open for TIBEvents to register an interest in its events with the InterBase Event manager on that server. 

When you set the Database property, TIBEvents automatically calls the database component's AddEventNotifier method so that it can register this component's events when it opens a connection (if AutoRegister is true), and so that it can unregister this component's events before closing the connection. 

 

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