Data.DBXCommon.TDBXCommand.OnErrorEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;

C++

__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};

Eigenschaften

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

Beschreibung

Ereignis zur Fehlerbehandlung

Diese Eigenschaft enthält das von TDBXConnection bereitgestellte Ereignis zur Fehlerbehandlung. Der aktuelle Befehl wurde von TDBXConnection erstellt. Dieses Ereignis ist ein TDBXErrorEvent, das aufgerufen wird, kurz bevor eine dbExpress TDBXError-Exception ausgelöst wird.

Siehe auch