Deletes a row in a control.
Combo box, edit table, and list box.
deleteditem = Send_Message(controlID, "DELETE", rowindex)
Parameters are as follows.
Parameter | Description | |
---|---|---|
Rowindex | Position of row in the control (starting with 1). Use -1 to specify the last row. |
Contents of the deleted row.