Datasnap.DSServer.TDSServer.OnTrace

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnTrace: TDBXTraceEvent read GetTraceInfoEvent write SetTraceInfoEvent;

C++

__property Data::Dbxcommon::TDBXTraceEvent OnTrace = {read=GetTraceInfoEvent, write=SetTraceInfoEvent};

Description

Event handler used for receiving trace events.

Use this event to receive notification when a trace event occurs.

See Also