Description

Deletes a column from an edit table.

Applies to

Edit table.

Syntax

deletedcolumn = Send_Message(controlID, "DELETECOL", columnindex)

Parameters

Parameters are as follows.

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

Do not delete all the columns in an edit table; at least one visible column is required.

Returns

Returns an @FM-delimited array of: COLCHARS, COLLABEL, COLSTYLE, COLWIDTH. This array can be passed to Send_Message("INSERTCOL") to insert the column in a different position.

See Also

Insert messageMove_Row messageDelete message

  • No labels