FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceValue: Variant read FSourceValue write FSourceValue;

C++

__property System::Variant SourceValue = {read=FSourceValue, write=FSourceValue};

Properties

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

Description

Specifies the current source data item value.

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

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

See Also