IBX.IBConnectionBroker.TIBConnectionBroker.OnLog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLog : TIBConnectionBrokerLogEvent read FOnLog write FOnLog;

C++

__property TIBConnectionBrokerLogEvent OnLog = {read=FOnLog, write=FOnLog};

Properties

Type Visibility Source Unit Parent
event published
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Event that occurrs when TIBConnectionBroker emits a logging message.

OnLog is an event that occurs when the TIBConnectionBroker component emits a logging message. This event can be captured in applications to redirect the logs to a TMemo control, for instance.

See Also