FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader

提供: RAD Studio API Documentation
移動先: 案内検索

FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDBatchMoveTextReader

Delphi

TFDBatchMoveTextReader = class(TFDBatchMoveTextDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveTextReader : public TFDBatchMoveTextDriver

プロパティ

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


説明

TFDBatchMoveTextReader では、テキスト ファイルを使用するデータ移動元のリーダーを定義します。

TFDBatchMoveTextReader を使用して、TFDBatchMove を使って情報を移動する元のファイルまたはストリームを定義します。

TFDBatchMoveTextReaderFileName プロパティに定義されたテキスト ファイルまたは Stream プロパティに定義されたテキスト ストリームから情報を移動するには、それを TFDBatchMove の移動元 Reader に選択します。

移動元ファイルのエンコーディングを指定するには、Encoding プロパティを使用します。移動元ファイルの列をセットアップするには、DataDef の Fields コレクション プロパティを使用します。移動元ファイルの形式をセットアップするには、DataDef のその他のプロパティを使用します。移動元テキスト データ ファイルの形式が不明な場合は、TFDBatchMoveGuessFormat メソッドまたは Analyze プロパティを使用します。

関連項目