Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_remove_table_row_at
  
dlgitem_remove_table_row_at
dlgitem_remove_table_row_at(window, dlgitem, row)
Removes a row from a table.
window — The window identifier of the window containing the table.
dlgitem — The value of the control's id attribute.
row — The 1-based index of the row to be removed.
If dlgitem does not refer to a table, or if row is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics
dlgitem_insert_table_row_at function