Datasnap.DSServer.TDSServer.GetTraceInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function  GetTraceInfoEvent: TDBXTraceEvent; virtual;

C++

virtual Data::Dbxcommon::TDBXTraceEvent __fastcall GetTraceInfoEvent();

Description

Protected read implementation for the OnTrace event.

The GetTraceInfoEvent method is the protected read implementation for the OnTrace event.

See Also