FireDAC.Comp.BatchMove.TFDBatchMoveWriteRecordEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDBatchMoveWriteRecordEvent = procedure (ASender: TObject;
var AAction: TFDBatchMoveAction) of object;

C++

typedef void __fastcall (__closure *TFDBatchMoveWriteRecordEvent)(System::TObject* ASender, TFDBatchMoveAction &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, 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.


See Also