Datasnap.DSServer.TDSServer.SetTraceInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

procedure SetTraceInfoEvent(const TraceInfoEvent: TDBXTraceEvent); virtual;

C++

virtual void __fastcall SetTraceInfoEvent(const Data::Dbxcommon::TDBXTraceEvent TraceInfoEvent);

Description

Protected write implementation for the OnTrace event.

The SetTraceInfoEvent method is the protected write implementation for the OnTrace event.

See Also