FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestValue: Variant read FDestValue write FDestValue;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappingItem

Description

Specifies the current destination data item value.

Use this property to get or set the destination data item value.

Note: This property is used only for the non-TField based destination data items.

See Also