Data.DBXCommon.TDBXConnectionFactory.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

__property TDBXErrorEvent OnError = {read=GetErrorEvent, write=SetErrorEvent};

Properties

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

Description

TDBXErrorEvent handler.

The TDBXErrorEvent handler is called before a TDBXError exception is raised. This TDBXErrorEvent is propagated to all TDBXConnection and TDBXDriver instances created by this TDBXConnectionFactory.

See Also