API:FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add
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 TCollectionItem instance and adds it to the Items array.
FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add inherits from System.Classes.TCollection.Add. All content below this line refers to System.Classes.TCollection.Add.
Creates a new TCollectionItem instance and adds it to the Items array.
Call Add to create an item in the collection. The new item is placed at the end of the Items array.
Add returns the new collection item.