IBX.IBSQLMonitor.TIBCustomSQLMonitor.Release

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Release; virtual;

C++

virtual void __fastcall Release();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBCustomSQLMonitor

Description

Frees the helper objects that intercept database commands.

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.