FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.ActualFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualFileName: String read GetActualFileName;

C++

__property System::UnicodeString ActualFileName = {read=GetActualFileName};

Properties

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

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.

See Also