Data.DBXCommon.TDBXReader.OnErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;

C++

__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};

Properties

Type Visibility Source Unit Parent
event public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXReader

Description

Error handling event.

This property contains a TDBXErrorEvent error handling event for this TDBXReader.

See Also