Data.SqlExpr.TSQLMonitor.TraceCount
Delphi
property TraceCount: Integer read GetTraceCount;
C++
__property int TraceCount = {read=GetTraceCount, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TSQLMonitor |
Description
Indicates the number of messages currently logged.
TraceCount indicates the number of messages listed by the TraceList property.