FireDAC.Comp.Script.TFDScript.AllSpools
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDScript |
Delphi
property AllSpools: TStrings read FAllSpools;
C++
__property System::Classes::TStrings* AllSpools = {read=FAllSpools};
Description
A list of all produced spool files.
Use the AllSpools property to get a list of all spool files produced by the last ExecuteAll call. The list is updated right after a new spool file is opened.