Afficher : Delphi C++
Préférences d'affichage

DBXCommon.TDBXConnection.OnErrorEvent

De XE API Documentation

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
DBXCommon.pas
DBXCommon.hpp
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

Translations