LISTDEL Mnemonic - Delete List Item
Syntax
'LISTDEL'(id,item_index)
Description
The 'LISTDEL' mnemonic removes one item from the list in list box, list button, and list edit controls.
|
Parameter |
Description |
|
id |
Control ID of the list box, list button, or list edit control. It must be an integer between 1 and 32767. |
|
item_index |
The item number to delete from an existing list. |