RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQLMonitor.Enabled Property

Indicates whether the IB SQL monitor is actively monitoring communication with the server.

Pascal
property Enabled: Boolean;
C++
__property Boolean Enabled;

Use Enabled to turn the SQL monitor on and off. When Enabled is true, the SQL monitor receives an OnSQL event for every database operation specified by the TraceFlags property. When Enabled is false, the SQL monitor does not receive any events. 

 

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