FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestFieldObj
Delphi
property DestFieldObj: TObject read FDestFieldObj;
C++
__property System::TObject* DestFieldObj = {read=FDestFieldObj};
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 reference to a destination data item object.
Use this property to get the destination data item object.
Note: This property is used only for the non-TField based destination data items.