FireDAC.Comp.BatchMove.TFDBatchMoveOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDBatchMoveOptions = set of TFDBatchMoveOption;

C++

typedef System::Set<TFDBatchMoveOption, TFDBatchMoveOption::poClearDest, TFDBatchMoveOption::poUseTransactions> TFDBatchMoveOptions;

Description

Represents a set of the data move options.

See Also