FireDAC.Moni.Custom.TFDMoniCustomClientLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Moni.Base.TFDMoniClientLinkBaseSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDMoniCustomClientLink
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Moni.Custom.pas
FireDAC.Moni.Custom.hpp
Unit: FireDAC.Moni.Custom
Parent: FireDAC.Moni.Custom

Delphi

TFDMoniCustomClientLink = class(TFDMoniClientLinkBase)

C++

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

Description

Provides a link between an application and a custom monitoring client.

The class TFDMoniCustomClientLink outputs the trace to a custom event handler. To produce custom trace output, applications must use the OnOutput event handler.

See Also