RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomSQLMonitor.TraceFlags Property

Indicates which database operations are tracked.

Pascal
property TraceFlags: TTraceFlags;
C++
__property TTraceFlags TraceFlags;

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.
 

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