Data.DBXCommon.TDBXConnection.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: TDBXConnection

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

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

Description

Error handling event called before any exception is raised

This property contains an error handling event TDBXErrorEvent that is called just before any dbExpress TDBXError exception is raised.

See Also