Data.SqlExpr.TSQLMonitor.TraceCount

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also