IBX.IBSQLMonitor.TIBCustomSQLMonitor.OnSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSQL: TSQLEvent read FOnSQLEvent write FOnSQLEvent;

C++

__property TSQLEvent OnSQL = {read=FOnSQLEvent, write=FOnSQLEvent};

Properties

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

Description

Reports dynamic SQL activity on InterBase applications.

Write an OnSQL event handler to report dynamic SQL activity on InterBase applications.

Note: You must enable the TraceFlags in each TIBDatabase component in order for the SQL monitor to receive status information from each database connection.