AnyDAC
ContentsIndexHome
PreviousUpNext
TADScriptOptions.EchoCommandTrim Property

Controls the command echo output trimming.

Group
Links

Set EchoCommandTrim to an integer value, which is the maximum command text length to output. When the text is greater than the specified value, then the text will be trimmed and '...' appended. When the value is <= 0, then no trimming is performed. The default value is 0. The EchoCommandTrim is used together with EchoCommands

The property may be set from a script using SET ECHO OFF | ON [SQL|ALL] [TRIM <size>] command.

property EchoCommandTrim: Integer;
What do you think about this topic? Send feedback!