FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text FireDAC.Comp.BatchMove.Text


Description

TFDBatchMoveTextReader définit un lecteur source de données en utilisant un fichier texte.

Utilisez TFDBatchMoveTextReader pour définir le fichier ou le flux source à partir duquel déplacer les informations en utilisant TFDBatchMove.

Pour déplacer les informations à partir du fichier texte défini sur la propriété FileName ou à partir du flux de texte défini sur la propriété Stream de TFDBatchMoveTextReader, choisissez-le comme source Reader de TFDBatchMove.

Pour spécifier le codage du fichier source, utilisez la propriété Encoding. Pour configurer les colonnes du fichier source, utilisez la propriété de collection des champs DataDef. Pour configurer le format du fichier source, utilisez d'autres propriétés DataDef. Lorsque le format du fichier de données du texte source est inconnu, utilisez la méthode GuessFormat ou la propriété Analyze de TFDBatchMove.

Voir aussi