FireDAC.Comp.BatchMove.TFDBatchMoveWriteRecordEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: FireDAC.Comp.BatchMove |
Delphi
TFDBatchMoveWriteRecordEvent = procedure (ASender: TObject;
var AAction: TFDBatchMoveAction) of object;
C++
typedef void __fastcall (__closure *TFDBatchMoveWriteRecordEvent)(System::TObject* ASender, TFDBatchMoveAction &AAction);
Description
The type of event, allowing to intervene and perform custom actions before or after writing each record.
It provides a way to customize the writing process during bulk data transfers.