FireDAC.Comp.BatchMove.TFDBatchMoveErrorEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: FireDAC.Comp.BatchMove |
Delphi
TFDBatchMoveErrorEvent = procedure (ASender: TObject; AException: Exception;
var AAction: TFDErrorAction) of object;
C++
typedef void __fastcall (__closure *TFDBatchMoveErrorEvent)(System::TObject* ASender, System::Sysutils::Exception* AException, Firedac::Stan::Intf::TFDErrorAction &AAction);
Description
The type of event, allows for handling errors, such as data read/write issues, by providing a custom error-handling routine.