Data.SqlExpr.TTraceLogEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTraceLogEvent = procedure(Sender: TObject; TraceInfo: TDBXTraceInfo) of object;

C++

typedef void __fastcall (__closure *TTraceLogEvent)(System::TObject* Sender, const Data::Dbxcommon::TDBXTraceInfo &TraceInfo);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

C++ definition of the OnLogTrace event.

TTraceLogEvent represents the C++ definition of the OnLogTrace event. See the OnLogTrace documentation for further details.

See Also