FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Assign(ASource: TPersistent); override;

C++

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

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