FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldObj
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappingItem |
Delphi
property SourceFieldObj: TObject read FSourceFieldObj;
C++
__property System::TObject* SourceFieldObj = {read=FSourceFieldObj};
Description
Read-only. Returns a reference to the source data item object.
Use this property to get the source data item object.
Note This property is used only for the non-TField based source data items.