FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter

Delphi
TFDBatchMoveTextWriter = class(TFDBatchMoveTextDriver, IFDBatchMoveWriter)
C++
class PASCALIMPLEMENTATION TFDBatchMoveTextWriter : public TFDBatchMoveTextDriver
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp |
FireDAC.Comp.BatchMove.Text | FireDAC.Comp.BatchMove.Text |
Description
TFDBatchMoveTextWriter defines a data target writer using a text file.
Use TFDBatchMoveTextWriter to define the destination file or stream where to save the information using TFDBatchMove.
To move the information to the text file defined by the FileName property or to the text stream defined by the Stream property of TFDBatchMoveTextReader, choose it as the Writer target of the TFDBatchMove.
To specify the destination file encoding use the Encoding property. To setup the destination file columns use the DataDef fields collection property. If DataDef is not setup, then TFDBatchMove automatically setups it using the source data structure. To setup the destination file format use other DataDef properties.
See Also
- FireDAC.TFDBatchMove Sample
- FireDAC.Comp.BatchMove.TFDBatchMove
- FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader
- FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter
- FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader
- FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader
- FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter