FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Items
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappings |
Delphi
property Items[Index: Integer]: TFDBatchMoveMappingItem read GetItem write SetItem; default;
C++
__property TFDBatchMoveMappingItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
Description
Array of items of your mapping object.
You may use IndexOfName to find the position of an item in Items given the destination field name of that item.
In C++, you may access the items of an instance of TFDBatchMoveMappings using the [] operator.