Data.SqlExpr.TTraceLogEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: Data.SqlExpr |
Delphi
TTraceLogEvent = procedure(Sender: TObject; TraceInfo: TDBXTraceInfo) of object;
C++
typedef void __fastcall (__closure *TTraceLogEvent)(System::TObject* Sender, const Data::Dbxcommon::TDBXTraceInfo &TraceInfo);
Description
C++ definition of the OnLogTrace event.
TTraceLogEvent represents the C++ definition of the OnLogTrace event. See the OnLogTrace documentation for further details.