FireDAC.Comp.Script.TFDScriptOptions.TrimSpool

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptOptions

Delphi

property TrimSpool: Boolean read FTrimSpool write FTrimSpool default True;

C++

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

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