FireDAC.Comp.BatchMove.TFDBatchMove.Reader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Reader: IFDBatchMoveReader read FReader write SetReader;

C++

__property _di_IFDBatchMoveReader Reader = {read=FReader, write=SetReader};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

Description

Use the Reader property to assign a data reader.

At design-time, dropping a data reader component on the same form as the TFDBatchMove automatically assigns the reader component to the Reader property. At run-time, creating a data reader component with the TFDBatchMove as a component owner automatically assigns the reader component to the Reader property. The Reader property must be assigned before calling the Execute method.

The following components are the standard FireDAC data readers:

See Also