FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.FileName

From RAD Studio API Documentation
Revision as of 06:45, 14 July 2015 by L10nBot (talk | contribs) (updated links to redirects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property FileName: String read FFileName write FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName, write=FFileName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text TFDBatchMoveTextDriver

Description

Use the FileName property to specify the location and name of the source or the destination file.

The path can include path variables.

Note: The destination file is overwritten or created depending on the existence of the file on the destination.

Use the Stream property as an alternative to the FileName property.

Note: Stream and FileName are mutually exclusive.

See Also