FireDAC.Comp.Script.TFDScriptSpoolOutputMode
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: FireDAC.Comp.Script |
Delphi
TFDScriptSpoolOutputMode = (smNone, smOnReset, smOnAppend);
C++
enum DECLSPEC_DENUM TFDScriptSpoolOutputMode : unsigned int { smNone, smOnReset, smOnAppend };
Description
Specifies the spooling output.
TFDScriptSpoolOutputMode specifies the spooling output modes:
Name | Description |
---|---|
smNone | No spool output. |
smOnReset | Reset the spool file on spooling activation. |
smOnAppend | Append to the existing spool file on spooling activation. |