FireDAC.Comp.Script.TFDScriptSpoolOutputMode
Delphi
TFDScriptSpoolOutputMode = (smNone, smOnReset, smOnAppend);
C++
enum DECLSPEC_DENUM TFDScriptSpoolOutputMode : unsigned int { smNone, smOnReset, smOnAppend };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | FireDAC.Comp.Script |
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. |