Data.SqlExpr.TTraceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TTraceEvent = procedure(Sender: TObject; TraceInfo: TDBXTraceInfo; var LogTrace: Boolean) of object;

C++

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

Description

C++ definition of the OnTrace event.

TTraceEvent represents the C++ definition of the OnTrace event. See the OnTrace documentation for further details.

See Also