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.

ParametersDescription
RowindexPosition of row in the control (starting with 1). Use -1 to specify the last row.

Returns

Contents of the deleted row.

See Also

Insert messageMove_Row message

  • No labels