FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestValue

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

Delphi

property DestValue: Variant read FDestValue write FDestValue;

C++

__property System::Variant DestValue = {read=FDestValue, write=FDestValue};

プロパティ

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


説明

現在のターゲット データ項目値を示します。

このプロパティを使用すると、ターゲット データ項目値を取得および設定することができます。

メモ: このプロパティは、TField をベースとしていないターゲット データ項目に対してのみ使用されます。

関連項目