API: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 TCollectionItem und fügt sie zu dem Array Items hinzu.

FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add erbt von System.Classes.TCollection.Add. Der folgende Inhalt bezieht sich auf System.Classes.TCollection.Add.

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

Rufen Sie zum Erstellen eines Eintrags in der Kollektion Add auf. Der neue Eintrag wird am Ende des Arrays Items hinzugefügt.

Add gibt das neue Element der Kollektion zurück.

Siehe auch