FireDAC.Comp.BatchMove.TFDBatchMove.OnError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnError: TFDBatchMoveErrorEvent read FOnError write FOnError;

C++

__property TFDBatchMoveErrorEvent OnError = {read=FOnError, write=FOnError};

Propriétés

Type Visibilité  Source Unité  Parent
event published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove


Description

Utilisez l'événement OnError pour recevoir des notifications sur les exceptions, et pour la gestion des erreurs.

Le gestionnaire d'événement reçoit les arguments suivants :

  • AException : un objet exception.
  • AAction : une action à effectuer après avoir quitté le gestionnaire d'événement.

Voir aussi