FireDAC.Comp.BatchMove.TFDBatchMoveOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDBatchMoveOptions = set of TFDBatchMoveOption;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove

Description

Represents a set of the data move options.

See Also