DIAdem Help

Method: Refresh for ChnListBox

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

Method: Refresh for ChnListBox

Triggers the EventRefresh event in user dialog boxes. The method starts the method RefreshValue. You can use this method to refresh the ChnListBox control, when another control changes the data of this control.

Object.Refresh
ObjectChnListBox
Object with this method
Note  If you use the method RefreshAll, DIAdem does not refresh the channel selection list.

After calling the smooth function, the following example triggers the EventRefresh event for the ChnListBox1 channel selection list in order to display the smooth result channel in the channel selection list:

Call ChnSmooth("MyChn","Y_Smooth",12,"maxNumber")
Call ChnListBox1.Refresh