property DisplayToTerminal : Boolean
When True, the script DISPLAY commands display data to the terminal window.
Set this to True if the application has a terminal window and the terminal window should be used to display the strings from the script's DISPLAY commands. If the application doesn't have a terminal window this property is ignored. If this property is set to False or the application doesn't have a terminal window, the application must implement an OnScriptDisplay event handler in order to see the contents of the scripts's DISPLAY commands.