FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ABatchMove: TFDBatchMove);

C++

__fastcall TFDBatchMoveMappings(TFDBatchMove* ABatchMove);

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappings

Description

Create an instance of TFDBatchMoveMappings with the specified batch move object as owner.

See Also