DIAdem Help

Method: Refresh for TextBox

  • Updated2024-09-12
  • 1 minute(s) read

Method: Refresh for TextBox

Refreshes the textbox view of DIAdem VIEW. DIAdem refreshes the variable contents and the text.

Object.Refresh()
ObjectTextBox
Object with this method

The following example refreshes the view of the textbox:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "TextBox"
Call View.Sheets(1).Areas(1).DisplayObj.Refresh