Data.DBXCommon.TDBXConnectionFactory.OnTrace

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnTrace: TDBXTraceEvent read GetTraceInfoEvent write SetTraceInfoEvent;

C++

__property TDBXTraceEvent OnTrace = {read=GetTraceInfoEvent, write=SetTraceInfoEvent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

Beschreibung

TDBXTraceInfo-Ereignisbehandlungsroutine.

Die Ereignisbehandlungsroutine TDBXTraceInfo wird für Ablaufverfolgungsereignisse von Treibern aufgerufen. Dieses Ereignis wird an alle TDBXConnection- und TDBXDriver-Instanzen weitergeleitet, die von dieser TDBXConnectionFactory erstellt werden.

Siehe auch