IBX.IBSQLMonitor.TIBCustomSQLMonitor.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled : Boolean read GetEnabled write SetEnabled default false;

C++

__property bool Enabled = {read=GetEnabled, write=SetEnabled, default=0};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBCustomSQLMonitor

Description

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

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.