FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDBatchMoveTextWriter
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
Unit: FireDAC.Comp.BatchMove.Text
Parent: FireDAC.Comp.BatchMove.Text

Delphi

TFDBatchMoveTextWriter = class(TFDBatchMoveTextDriver, IFDBatchMoveWriter)

C++

class PASCALIMPLEMENTATION TFDBatchMoveTextWriter : public TFDBatchMoveTextDriver

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