RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBSQLMonitor.TSQLEvent Type

TSQLEvent is the type of event handlers that respond to activity on an InterBase server.

Pascal
TSQLEvent = procedure (EventText: String; EventTime : TDateTime) of object;
C++
(EventText: String; EventTime : TDateTime) ( TSQLEvent)();

EventText is the text of the SQL command that triggered the event. 

EventTime indicates the time when the command passed to or from the InterBase server. 

 

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