Data.DBXCommon.TDBXReader.OnErrorEvent
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXReader | |
Delphi
property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;
C++
__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};
Description
Error handling event.
This property contains a TDBXErrorEvent error handling event for this TDBXReader.