RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBEvents.TEventAlert Type

TEventAlert is the type of event handlers that respond to InterBase events.

Pascal
TEventAlert = procedure ( Sender: TObject; EventName: string; EventCount: longint; var CancelAlerts: Boolean) of object;
C++
( Sender: TObject; EventName: string; EventCount: longint; var CancelAlerts: Boolean) ( TEventAlert)();

Sender is the TIBEvents object that is monitoring InterBase events. 

EventName is the name of the most recently received event.  

EventCount is the number of EventName events received since the last time the event handler was called. 

CancelAlerts returns true if the TIBEvents object should stop monitoring events, false if the event monitoring should continue. 

 

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