FireDAC.Moni.RemoteClient.TFDMoniRemoteClientLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Moni.Base.TFDMoniClientLinkBaseSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDMoniRemoteClientLink

Delphi

TFDMoniRemoteClientLink = class(TFDMoniClientLinkBase)

C++

class PASCALIMPLEMENTATION TFDMoniRemoteClientLink : public Firedac::Moni::Base::TFDMoniClientLinkBase

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Moni.RemoteClient.pas
FireDAC.Moni.RemoteClient.hpp
FireDAC.Moni.RemoteClient FireDAC.Moni.RemoteClient

Description

Use the TFDMoniRemoteClientLink component to link the FDMonitor tracing capabilities to an application and set it up.

Use the TFDMoniRemoteClientLink component to link the FDMonitor tracing capabilities to an application. 

To enable FDMonitor trace output, add the MonitorBy=Remote parameter to your connection definition. Also, set the Tracing property to True

FDMonitor and TFDMoniRemoteClientLink are using the TPC/IP protocol to communicate. Use the Host property to specify the FDMonitor host IP address, and the Port to specify the IP port where FDMonitor is listening. The EventKinds property specifies the information set to send to FDMonitor.

See Also

Samples