Data.DBXCommon.TDBXConnectionFactory.OnError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnError: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

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

Propriétés

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

Description

Gestionnaire TDBXErrorEvent.

Le gestionnaire TDBXErrorEvent est appelé avant qu'une exception TDBXError ne soit déclenchée. Ce TDBXErrorEvent est propagé sur toutes les instances de TDBXConnection et TDBXDriver créées par ce TDBXConnectionFactory.

Voir aussi