IBX.IBConnectionBroker.TIBConnectionBrokerLogEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TIBConnectionBrokerLogEvent)(System::TObject* Sender, System::UnicodeString LogMessage);

Properties

Type Visibility Source Unit Parent
typedef public IBX.IBConnectionBroker.hpp IBX.IBConnectionBroker IBX.IBConnectionBroker

Description

Procedure used for logging purposes.

TIBConnectionBrokerLogEvent is a procedure that is used by the OnLog event to log messages emitted by the TIBConnectionBroker component.

See Also