Data.DBXCommon.TDBXConnectionFactory.OnError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnError: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

__property TDBXErrorEvent OnError = {read=GetErrorEvent, write=SetErrorEvent};

Eigenschaften

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

Beschreibung

TDBXErrorEvent-Ereignisbehandlungsroutine.

Die Ereignisbehandlungsroutine TDBXErrorEvent wird aufgerufen, bevor eine TDBXError-Exception ausgelöst wird. Dieses Ereignis wird an alle TDBXConnection- und TDBXDriver-Instanzen weitergeleitet, die von dieser TDBXConnectionFactory erstellt werden.

Siehe auch