guides:programming:programmers_reference_manual:colwidth_message

COLWIDTH message

Set or retrieve width of one or more columns in an edit table control.

Edit table.

columnwidth = Send_Message(controlID, "COLWIDTH", columnno, newwidth)

Parameters are as follows.

ParameterDescription
ColumnnoColumn position, beginning from 1. Use 0 to specify all columns.
NewwidthIf columnno > 0, newwidth indicates the width (in pixels) of the column. If columnno is 0, passes an @FM-delimited array of column widths to resize existing columns. Pass null, to leave width intact.

Returns specified column width(s) (if multiple columns, in an @FM-delimited array.

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