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

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;

C++

__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};

Description

Error handling event

This property contains the error handling event provided by the TDBXConnection that created this command. This event is a TDBXErrorEvent that is called just before any dbExpress TDBXError exception is raised.

See Also