Data.DBXCommon.TDBXConnectionFactory.OnError

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: TDBXConnectionFactory

Delphi

property OnError: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

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

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