Data.SqlExpr.TSQLMonitor.TraceCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLMonitor

Delphi

property TraceCount: Integer read GetTraceCount;

C++

__property int TraceCount = {read=GetTraceCount, nodefault};

Description

Indicates the number of messages currently logged.

TraceCount indicates the number of messages listed by the TraceList property.

See Also