FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.FileName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp
| |
Unit: FireDAC.Comp.BatchMove.Text | |
Parent: TFDBatchMoveTextDriver |
Delphi
property FileName: String read FFileName write FFileName;
C++
__property System::UnicodeString FileName = {read=FFileName, write=FFileName};
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.