RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomSQLMonitor.Release Method

Frees the helper objects that intercept database commands.

Pascal
procedure Release;
C++
__fastcall Release();

Call Release when the SQL monitor will not be monitoring any more messages. Release sends a message to the object that intercepts database commands, telling it to free itself. 

To temporarily disable the monitor, use the Enabled property instead. 

 

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