Customization > Automation Interface > Functions > For User Interface > Function for Panes > Functions for the Output Pane > DisplayOutputWindowMessage function (automation interface)
  
DisplayOutputWindowMessage function (automation interface)
Syntax:
DisplayOutputWindowMessage "<text>"
Where:
<text>is a string that specifies the text to send to the Output pane.
DisplayOutputWindowMessage sends a text string to the Output pane in Modeler.
Examples
In this example, the text 'Hello.' is added to the Output pane.
Studio.DisplayOutputWindowMessage "Hello."