Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_get_listtag
  
dlgitem_get_listtag
dlgitem_get_listtag (window, dlgitem)
Returns the top-level list tag (in outline lists) for the dialog item, or sets $ERROR and returns NULL.
The window parameter is a window identifier. dlgitem is the value of the control's id attribute.
Notes
If the dialog item is an outline list item but has no list tag, a list tag will be created and returned.
Example
$ret = dlgitem_get_listtag($win, "Hierarchy")
Obtains the list tag of the dialog item named Hierarchy.