DIAdem Help

Method: Refresh for TextBox

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

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