FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader

提供:RAD Studio API Documentation

TFDBatchMoveDataSetReaderFireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistent

Delphi

TFDBatchMoveDataSetReader = class(TFDBatchMoveDataSetDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveDataSetReader : public TFDBatchMoveDataSetDriver

プロパティ

種類 可視性 ソース ユニット 親
class public
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet FireDAC.Comp.BatchMove.DataSet


説明

TFDBatchMoveDataSetReader は、移動元データセットを定義するために使用されます。

TFDBatchMoveDataSetReader を使用して、TFDBatchMove を使って情報を読み込む元のデータセットを定義します。

DataSet プロパティを設定してデータセットを選択します。この TFDBatchMoveDataSetReader を TFDBatchMove の Reader プロパティに選択します。

Optimise プロパティを False に設定すると、TDBGrid コンポーネントを使ってデータセットの内容をビジュアルに表示することができます。Optimise プロパティはデフォルトで True に設定されていて、読み取り速度が最適になるようデータセットがセットアップされます。

関連項目