FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentTFDBatchMoveDataSetReader
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
Unit: FireDAC.Comp.BatchMove.DataSet
Parent: FireDAC.Comp.BatchMove.DataSet

Delphi

TFDBatchMoveDataSetReader = class(TFDBatchMoveDataSetDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveDataSetReader : public TFDBatchMoveDataSetDriver

Description

TFDBatchMoveDataSetReader is used to define a source dataset.

Use TFDBatchMoveDataSetReader to define the source dataset from which to load information using TFDBatchMove.

Set the DataSet property to select the dataset. Choose the TFDBatchMoveDataSetReader as the Reader property of the TFDBatchMove.

Set the Optimise property to False to allow the dataset content to be visualized using a TDBGrid component. The Optimise property is set to True by default to setup the dataset for optimal reading speed.

See Also