FireDAC.Comp.BatchMove.TFDBatchMove.OnError
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp | |
| Unit: FireDAC.Comp.BatchMove | |
| Parent: TFDBatchMove | |
Delphi
property OnError: TFDBatchMoveErrorEvent read FOnError write FOnError;
C++
__property TFDBatchMoveErrorEvent OnError = {read=FOnError, write=FOnError};
Description
Use the OnError event to receive notifications on exceptions, and for handling errors.
The event handler receives the following arguments:
- AException: An exception object.
- AAction: An action to perform after exiting the event handler.