FireDAC.Comp.Script.TFDScriptOptions.TrimSpool

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrimSpool: Boolean read FTrimSpool write FTrimSpool default True;

C++

__property bool TrimSpool = {read=FTrimSpool, write=FTrimSpool, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Controls the right spaces trimming from the spool output.

Set TrimSpool to True to trim right spaces from the spool output text. The default value is True

The property can be set from a script using the SET TRIMSpool OFF|ON command.

See Also