FireDAC.Comp.Script.TFDScript.LastSpoolFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastSpoolFileName: String read FLastSpoolFileName;

C++

__property System::UnicodeString LastSpoolFileName = {read=FLastSpoolFileName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

Returns the name of the currently active spool file.

Read the LastSpoolFileName property to get the name of the currently active spool file. If there is no active spooling, then the value is an empty string.

See Also