FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.ActualFileName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp
| |
| Unit: FireDAC.Comp.BatchMove.Text | |
| Parent: TFDBatchMoveTextDriver | |
Delphi
property ActualFileName: String read GetActualFileName;
C++
__property System::UnicodeString ActualFileName = {read=GetActualFileName};
Description
Use the ActualFileName property to obtain the name of the source or destination file at run-time.
To define the source or destination file specify the FileName property. The ActualFileName property returns the file path and name after the expansion of the path variables.