FireDAC.Comp.BatchMove.TFDBatchMove.Reader

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Reader: IFDBatchMoveReader read FReader write SetReader;

C++

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

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