FireDAC.Comp.BatchMove.TFDBatchMovePhase

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: FireDAC.Comp.BatchMove

Delphi

TFDBatchMovePhase = (psPreparing, psStarting, psProgress, psFinishing, psUnpreparing);

C++

enum DECLSPEC_DENUM TFDBatchMovePhase : unsigned int { psPreparing, psStarting, psProgress, psFinishing, psUnpreparing };

Description

Defines the different phases of a batch data move operation.


See Also