FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestFieldObj

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappingItem

Delphi

property DestFieldObj: TObject read FDestFieldObj;

C++

__property System::TObject* DestFieldObj = {read=FDestFieldObj};

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.

See Also