FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TFDBatchMoveMappingItem; overload; inline;
procedure Add(const AMapItem: String); overload; inline;

C++

HIDESBASE TFDBatchMoveMappingItem* __fastcall Add()/* overload */;
HIDESBASE void __fastcall Add(const System::UnicodeString AMapItem)/* overload */;

Properties

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

Description

Creates a new instance of TFDBatchMoveMappingItem and adds it to the Items array.

See Also