FireDAC.Comp.Script.TFDScriptSpoolOutputMode

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also