API:FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappings

説明

新しい TCollectionItem インスタンスを作成し,Items 配列にそのインスタンスを追加します。

FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Add は System.Classes.TCollection.Add を継承しています。以下の内容はすべて System.Classes.TCollection.Add を参照しています。

新しい TCollectionItem インスタンスを作成し,Items 配列にそのインスタンスを追加します。

Add メソッドを呼び出すと,コレクション内に項目を作成することができます。新しく作成された項目は Items 配列の最後に配置されます。

Add メソッドは新しいコレクション項目を返します。

関連項目