FireDAC.Comp.Script.TFDScriptOptions.TrimConsole
Delphi
property TrimConsole: Boolean read FTrimConsole write FTrimConsole default False;
C++
__property bool TrimConsole = {read=FTrimConsole, write=FTrimConsole, default=0};
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 console output.
Set TrimConsole to True to trim right spaces from the console output text. The default value is False.
The property can be set from a script using the SET TRIMout OFF|ON
command.