FireDAC.Comp.Script.TFDScript.OnSpoolPut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSpoolPut: TFDConsolePutEvent read FOnSpoolPut write FOnSpoolPut;

C++

__property TFDConsolePutEvent OnSpoolPut = {read=FOnSpoolPut, write=FOnSpoolPut};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

The event allows you to produce the trace output of a script execution.

Use the OnSpoolPut event handler to produce the trace output or spool output of a script execution.

The spool output is enabled:

  • By the SPOOL | OUTPUT control commands of the script and disabled by them with the OFF parameter.
  • By the SpoolOutput and SpoolFileName options.

See Also