Set Cell Highlight - GRID SENDMSG() Function 88
Syntax
TF$=SENDMSG(chan,id,88,mode,$${,context{,ERR=lineref}})
Description
This function turns cell highlighting on (by default) and off. This function applies to VPRO/5 Versions 3.02 and later.
Parameter |
Description |
chan |
SYSGUI channel. |
id |
Grid control ID. |
88 |
Number of this SENDMSG() function. |
mode |
Cell highlighting setting. Setting mode to 1 turns highlighting on, 0 turns highlighting off. When cell highlighting is off, there is no indication of the currently selected cell shown. |
$$ |
Always null. |
The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success, $00$ indicates failure.