FireDAC.Comp.BatchMove.TFDBatchMoveProgressEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
| Unit: FireDAC.Comp.BatchMove | |
| Parent: FireDAC.Comp.BatchMove | |
Delphi
TFDBatchMoveProgressEvent = procedure (ASender: TObject; APhase: TFDBatchMovePhase) of object;
C++
typedef void __fastcall (__closure *TFDBatchMoveProgressEvent)(System::TObject* ASender, TFDBatchMovePhase APhase);
Description
The type of event, providing information about the current state of the operation.