guides:programming:programmers_reference_manual:rowheight_message

ROWHEIGHT message

Set or retrieve the height of all rows in an edit table control.

Edit table.

rowHeight = Send_Message(controlID, "ROWHEIGHT", RowNumber, NoOfPixels)

Parameters are as follows.

ParameterDescription
RowNumberPass a zero (0).
NoOfPixelsThe height of the rows in pixels.

Returns the rowheight of the table's row prior sending of the message.

controlID = @window:'.TABLE_1'

heightInPixels = 16

rh = Send_Message(control,'ROWHEIGHT',0,heightInPixels)
 
 
 
 
  • guides/programming/programmers_reference_manual/rowheight_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1