Description

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

Applies to

Edit table.

Syntax

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

Parameters

Parameters are as follows.

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

Return value

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

See Also

AUTOSIZECOL propertyCOLDATA propertyCOLWIDTH messageCOLSTYLE message

  • No labels