guides:programming:programmers_reference_manual:colchars_message

COLCHARS message

Set or retrieve the maximum number of characters for a column in an edit table control.

Edit table.

characters = Send_Message(controlID, "COLCHARS", columnno, newvalue)

Parameters are as follows.

ParameterDescription
ColumnnoColumn position, beginning from 1. Use 0 to specify all columns.
NewvalueIf columnno > 0, COLCHARS indicates character limit for the column. If columnno is 0, passes an @FM-delimited array of column character limits to replace existing values. Pass null, to leave value intact.

Maximum number of characters for the specified column(s) (if multiple columns, in an @FM-delimited array).

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