Data.DBXCommon.TDBXReader.OnErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also