Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_get_selected_listtag_array
  
dlgitem_get_selected_listtag_array
dlgitem_get_selected_listtag_array(window, dlgitem, array)
Returns an array containing the list tags of all selected nodes in the tree control specified by dlgitem. When the tree control is in single selection mode the array contains a single value — the list tag of the only selected node in the tree control. When the tree control is in multiple selection mode, the array contains the list tags of each selected node.
window — The window identifier of the window containing the tree.
dlgitem — The value of the control's id attribute.
array — The array of returned values.