AnyDAC
ContentsIndexHome
PreviousUpNext
TADScriptOptions.ConsoleOutput Property

Controls the script engine output to a console.

Group
Links

Set ConsoleOutput to True to enable scrupt engine output to a console. The default value is True. The output will be provided through the script dialog, if it is attached to the TADScript.ScriptDialog, and/or TADScript.OnConsolePut event handler. 

The property may be set from a script using SET (TERMOUT | CONSOLE) ON|OFF command.

property ConsoleOutput: Boolean;

TrimConsole, TADScript.OnConsolePut, TADScript.ScriptDialog

What do you think about this topic? Send feedback!