Set Column Text Color - GRID SENDMSG() Function 103
Syntax
TF$=sendmsg(sysgui,id,103,column,rgb${,context{,ERR=lineref}})
Description
This function sets the default text color for a column in the main grid.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
103 |
Number of this SENDMSG() function. |
column |
Number of the column for which to set the default text 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.