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


説明

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

関連項目