Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_select_list_at
  
dlgitem_select_list_at
dlgitem_select_list_at(window, listtag, row)
For the location specified by listtag and row, performs one of the following actions:
Selects a list item in a list box or combo box.
Selects a row in a table control.
Selects a tree node in a tree. When the tree control is in single selection mode, the specified tree node will be set as the only selected node. When the tree control is in multiple selection mode, the specified tree node is added to the current selection; no nodes are unselected as a result of this call when a valid row is specified.
The parameters have the following values:
window — The window identifier of the window containing the tree, listbox, combobox, or tablecontrol.
listtag — The list tag (identifier of the node) of the tree branch or the value of the control's id attribute.
row — The index of the tree node in the tree branch, list item in the list box or combo box, or row in the table control.