Set Column Background Color - GRID SENDMSG() Function 102

Syntax

TF$=sendmsg(sysgui,id,102,column,rgb${,context{,ERR=lineref}})

Description

This function sets the default background color for a column in the main grid.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

102

Number of this SENDMSG() function.

column

Number of the column for which to set the background color. (Column numbering is zero-based.)

rgb$

An $RRGGBB$ formatted string that defines the RGB value of the background color.

The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success, $00$ indicates failure.