|
RAD Studio VCL Reference
|
TSQLEvent is the type of event handlers that respond to activity on an InterBase server.
TSQLEvent = procedure (EventText: String; EventTime : TDateTime) of object;
(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!
|