guides:programming:programmers_reference_manual:deletecol_message

DELETECOL message

Deletes a column from an edit table.

Edit table.

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

Parameters are as follows.

ParameterDescription
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 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.

  • guides/programming/programmers_reference_manual/deletecol_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1