FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDBatchMoveTextReader
[–] 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

TFDBatchMoveTextReader = class(TFDBatchMoveTextDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveTextReader : public TFDBatchMoveTextDriver

Description

TFDBatchMoveTextReader defines a data source reader using a text file.

Use TFDBatchMoveTextReader to define the source file or stream from where to move the information using TFDBatchMove.

To move the information from the text file defined on the FileName property or from the text stream defined on the Stream property of TFDBatchMoveTextReader, choose it as the Reader source of the TFDBatchMove.

To specify the source file encoding use the Encoding property. To setup the source file columns use the DataDef fields collection property. To setup the source file format use other DataDef properties. When the source text data file format is unknown use the GuessFormat method or the Analyze property of the TFDBatchMove.

See Also