Data.DBXCommon.TDBXConnectionFactory.OnError
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXConnectionFactory |
Delphi
property OnError: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;
C++
__property TDBXErrorEvent OnError = {read=GetErrorEvent, write=SetErrorEvent};
Description
TDBXErrorEvent handler.
The TDBXErrorEvent handler is called before a TDBXError exception is raised. This TDBXErrorEvent is propagated to all TDBXConnection and TDBXDriver instances created by this TDBXConnectionFactory.