VtListDeleteItem
Delete item(s) from a List
Syntax
VtListDeleteItem list_widgetName [options]
Description
Options
- -all (NA)
- Deletes the entire list.
- -item string (C)
- Specifies an item to delete.
- -itemList list (C)
- Specifies a list of items to delete.
- -position integer (NA)
- Sets the position of an item in the list to delete. (The base
position is 1. To indicate the last item on the list, use 0.)
- -positionList integer_list (NA)
- Sets a list of positions to delete. (The base position is 1. To
indicate the last item on the list, use 0.)