Set Cell/Row Highlight - GRID SENDMSG() Function 49
Syntax
NULL$=SENDMSG(sysgui,id,49,highlight_mode,$${,context{,ERR=lineref}})
Description
This function sets the highlight mode for cells and rows.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
49 |
Number of this SENDMSG() function. |
highlight_mode |
0 Highlight the current cell.(default). |
$$ |
Always null. |
The return value is a null string.