IBX.IBConnectionBroker.TIBConnectionBrokerLogEvent

提供:RAD Studio API Documentation

Delphi

TIBConnectionBrokerLogEvent = procedure(Sender : TObject; LogMessage : String) of object;

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker IBX.IBConnectionBroker

説明

ログ記録のために使用されるプロシージャです。

TIBConnectionBrokerLogEvent は、OnLog イベントで、TIBConnectionBroker コンポーネントから出力されるメッセージをログ記録するために使用されるプロシージャです。

関連項目