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