FireDAC.Comp.BatchMove.TFDBatchMoveErrorEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove

Description

The type of event, allows for handling errors, such as data read/write issues, by providing a custom error-handling routine.


See Also