Data.DBXCommon.TDBXCommand.OnErrorEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;

C++

__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};

Propriétés

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

Description

Evénement de gestion d'erreurs

Cette propriété contient l'événement de gestion d'erreurs fourni par le TDBXConnection ayant créé cette commande. Cet événement est une routine TDBXErrorEvent appelée juste avant qu'une exception dbExpress TDBXError ne soit déclenchée.

Voir aussi