FireDAC.Comp.Script.TFDScript.AllSpools

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllSpools: TStrings read FAllSpools;

C++

__property System::Classes::TStrings* AllSpools = {read=FAllSpools};

Properties

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

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.

See Also