FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.ItemValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemValue: Variant read GetItemValue;

C++

__property System::Variant ItemValue = {read=GetItemValue};

Properties

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

Description

Read-only. Returns a value of the current source data item.

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

Note: If you specified the TFDBatchMove.OnWriteValue event handler, it triggers before returning this value.

See Also