FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(ASource: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* ASource);

Properties

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

Description

Append the specified list of mapping items to your mapping object.

If you provide the list of mapping items as a list of strings, TFDBatchMoveMappings interprets the specified items as text.

See Also