FireDAC.Comp.Script.TFDScript.OnSpoolPut
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDScript |
Delphi
property OnSpoolPut: TFDConsolePutEvent read FOnSpoolPut write FOnSpoolPut;
C++
__property TFDConsolePutEvent OnSpoolPut = {read=FOnSpoolPut, write=FOnSpoolPut};
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.