Datasnap.DSServer.TDSServer.GetTraceInfoEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetTraceInfoEvent: TDBXTraceEvent; virtual;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Protected read implementation for the OnTrace event.

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

See Also