IBX.IBConnectionBroker.TIBConnectionBrokerLogEvent
Delphi
TIBConnectionBrokerLogEvent = procedure(Sender : TObject; LogMessage : String) of object;
C++
typedef void __fastcall (__closure *TIBConnectionBrokerLogEvent)(System::TObject* Sender, System::UnicodeString LogMessage);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | IBX.IBConnectionBroker.pas IBX.IBConnectionBroker.hpp |
IBX.IBConnectionBroker | IBX.IBConnectionBroker |
Beschreibung
Prozedur für Protokollierungszwecke.
TIBConnectionBrokerLogEvent ist eine vom Ereignis OnLog verwendete Prozedur, die zum Protokollieren der von der TIBConnectionBroker-Komponente ausgegebenen Botschaften dient.