| TIB_EventAlert Type |
Unit
IB_Events
Declaration
TIB_EventAlert = procedure( Sender: TObject;
AEventName: string;
AEventCount: longint ) of object;Description
Event type for the notification received from the database.
AEventName is the name of the event that was posted and registered for
receiving notification.
AEventCount is the number of accumulated POST_EVENT counts since the last
event notification was received and processed.
Each event is handled separately and only if the event count is more than zero.