FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(ABatchMove: TFDBatchMove);

C++

__fastcall TFDBatchMoveMappings(TFDBatchMove* ABatchMove);

Description

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

See Also