This type is used for the TIBCAlerter.OnEvent event.
Unit
IBCAlerter
Syntax
TIBCAlertEvent = procedure (Sender: TObject; EventName: string; EventCount: Integer) of object;
Parameters
Sender
An object that raised the event.
EventName
Holds the name of the event.
EventCount
Holds the number of events that were raised in the transaction.