FireDAC.Comp.Script.TFDScriptOptions.SpoolOutput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SpoolOutput: TFDScriptSpoolOutputMode read FSpoolOutput write FSpoolOutput default smNone;

C++

__property TFDScriptSpoolOutputMode SpoolOutput = {read=FSpoolOutput, write=FSpoolOutput, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Controls the spooling output mode.

Set SpoolOutput to smOnAppend or smOnReset to enable the output to the spool file with the SpoolFileName name. Set SpoolOutput to smOnReset to overwrite the file or set it to amOnAppend to append the output to the existing file. Set SpoolOutput to smNone to disable the output. The default value is smNone

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

See Also