Data.DBXCommon.TDBXConnection.OnErrorEvent
Delphi
property OnErrorEvent: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;
C++
__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent, write=SetErrorEvent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXConnection |
Description
Error handling event called before any exception is raised
This property contains an error handling event TDBXErrorEvent that is called just before any dbExpress TDBXError exception is raised.