FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappings


Beschreibung

Erzeugt eine neue Instanz von TFDBatchMoveMappingItem und fügt sie zu dem Array Items hinzu.

Siehe auch