Data.SqlExpr.TSQLMonitor.OnTrace

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnTrace: TTraceEvent read FOnTrace write FOnTrace;

C++

__property TTraceEvent OnTrace = {read=FOnTrace, write=FOnTrace};

Description

Occurs when a message is detected but before it is logged to the list.

Write an OnTrace event handler to screen or edit messages before they are added to TraceList. OnTrace occurs for every message that passes between the dbExpress driver and the database server, not just those that meet the criteria specified by TraceFlags.

See Also