FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.ItemValue
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappingItem |
Delphi
property ItemValue: Variant read GetItemValue;
C++
__property System::Variant ItemValue = {read=GetItemValue};
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.