Data.DBXCommon.TDBXConnection.OnErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent write SetErrorEvent;

C++

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

Propriétés

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

Description

Evénement de gestion d'erreurs appelé avant qu'une exception ne soit déclenchée

Cette propriété contient un événement de gestion d'erreurs TDBXErrorEvent appelé juste avant qu'une exception dbExpress TDBXError ne soit déclenchée.

Voir aussi