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

Delphi

TFDBatchMoveDataSetReader = class(TFDBatchMoveDataSetDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveDataSetReader : public TFDBatchMoveDataSetDriver

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet FireDAC.Comp.BatchMove.DataSet

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