Data.DBXCommon.TDBXCommand.OnErrorEvent
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;
C++
__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};
Description
Error handling event
This property contains the error handling event provided by the TDBXConnection that created this command. This event is a TDBXErrorEvent that is called just before any dbExpress TDBXError exception is raised.