guides:programming:programmers_reference_manual:collabel_message

COLLABEL message

Set or retrieve the column labels in an edit table control.

Edit table.

labels = Send_Message(controlID, "COLLABEL", columnno, newvalue)

Parameters are as follows.

ParameterDescription
ColumnnoColumn position, beginning from 1. Use 0 to specify all columns.
NewvalueIf columnno > 0, newvalue indicates the new label for the column.

If columnno is 0, passes an @FM-delimited array of column labels to replace existing labels. Pass null, to leave labels intact.

Label of the specified column(s) (if multiple columns, in an @FM-delimited array).

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