FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter

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

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

Delphi

TFDBatchMoveTextWriter = class(TFDBatchMoveTextDriver, IFDBatchMoveWriter)

C++

class PASCALIMPLEMENTATION TFDBatchMoveTextWriter : public TFDBatchMoveTextDriver

プロパティ

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


説明

TFDBatchMoveTextWriter では、テキスト ファイルを使用するデータ移動先のライタを定義します。

TFDBatchMoveTextWriter を使用して、TFDBatchMove を使って情報を保存する先のファイルまたはストリームを定義します。

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

移動先ファイルのエンコーディングを指定するには、Encoding プロパティを使用します。移動先ファイルの列をセットアップするには、DataDef の Fields コレクション プロパティを使用します。DataDef がセットアップされていない場合は、移動元のデータ構造を使って TFDBatchMove により自動的にセットアップが行われます。移動先ファイルの形式をセットアップするには、DataDef のその他のプロパティを使用します。

関連項目