FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldObj

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceFieldObj: TObject read FSourceFieldObj;

C++

__property System::TObject* SourceFieldObj = {read=FSourceFieldObj};

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 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.

See Also