VtListDeleteItem(VTCL)
VtListDeleteItem(VTCL)
VtListDeleteItem --
delete item(s) from list
Syntax
VtListDeleteItem list_widgetName [options]
Description
Deletes an item or items from a list.
Options
- -all (NA)
-
Deletes the entire list.
- -item string (C)
-
Sets an item to delete.
- -itemList list (C)
-
Sets 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.)