FireDAC.Comp.Script.TFDScriptOptions.SpoolFileName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property SpoolFileName: String read FSpoolFileName write FSpoolFileName;

C++

__property System::UnicodeString SpoolFileName = {read=FSpoolFileName, write=FSpoolFileName};

Description

Specifies the spool file name.

Set the SpoolFileName property value to the name of a file, where the spooling output must be recorded. The spooling output duplicates the output to the console. The output to the spool file is performed only when SpoolFileName is specified and SpoolOutput is no smNone

The property can be set from a script using the (SPOol | OUTput) [OFF|[APPend] <spool name>] command.

See Also