FireDAC.Comp.Script.TFDScript.LastSpoolFileName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property LastSpoolFileName: String read FLastSpoolFileName;

C++

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

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