DIAdem Help

Method: Items for ChnListBox <XTable>

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

Method: Items for ChnListBox <XTable>

Returns a collection of all selection terms of a channel selection list, in extended tables in user dialog boxes.

Set oChnListItems = Object.Items
ObjectChnListBox <XTable>
Object with this method
oChnListItemsChnListItems
Returned collection

The following example displays the number of selection terms in the channel selection list:

Call MsgBoxDisp(Cell.Items.Count)

The following example displays the third selection term of the channel selection list:

Call MsgBoxDisp(Cell.Items(3).Text)