FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestField: TField read FDestField;

C++

__property Data::Db::TField* DestField = {read=FDestField};

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

Use this property to get the destination field.

Note: This property is used only for the TField based destination data items.

See Also