IBSQLMonitor.TIBCustomSQLMonitor.TraceFlags
From RAD Studio VCL Reference
C++ Information
From IBSQLMonitor.hpp
__property System::Set<Ib::TTraceFlag,0,9> TraceFlags = {read=FTraceFlags,write=FTraceFlags};
Unit: IBSQLMonitor
Type: property
Visibility: protected
Member Of: TIBCustomSQLMonitor
Description
Indicates which database operations are tracked.
Use TraceFlags to specify which database operations the SQL Monitor should track in an application at runtime. TraceFlags enables performance tuning and SQL debugging when working with remote SQL database servers.
Note: Normally trace options are set from the SQL Monitor rather than setting TraceFlags in application code.