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