FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter
Delphi
TFDBatchMoveTextWriter = class(TFDBatchMoveTextDriver, IFDBatchMoveWriter)
C++
class PASCALIMPLEMENTATION TFDBatchMoveTextWriter : 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
TFDBatchMoveTextWriter définit un concepteur cible de données en utilisant un fichier texte.
Utilisez TFDBatchMoveTextWriter pour définir le fichier ou le flux source de destination dans lequel enregistrer les informations en utilisant TFDBatchMove.
Pour déplacer les informations vers le fichier texte défini par la propriété FileName ou vers le flux de texte défini par la propriété Stream de TFDBatchMoveTextReader, choisissez-le comme cible Writer de TFDBatchMove.
Pour spécifier le codage du fichier de destination, utilisez la propriété Encoding. Pour configurer les colonnes du fichier de destination, utiliser la propriété de collection des champs DataDef. Si DataDef n'est pas configurée, alors TFDBatchMove la configure automatiquement en utilisant la structure des données source. Pour configurer le format du fichier de destination, utilisez d'autres propriétés DataDef.
Voir aussi
- Exemple TFDBatchMove
- 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