Set Current Heading Mode - GRID SENDMSG() Function 77
Syntax
MODE$=SENDMSG(sysgui,id,77,mode,$${,context{,ERR=lineref}})
Description
This function provides the capability to display the grid control's row and column headings for the current cell as depressed buttons.
|
Parameter |
Description |
|
sysgui |
SYSGUI channel. |
|
id |
Grid control ID. |
|
77 |
Number of this SENDMSG() function. |
|
mode |
0 Do not display selected row and column headings as depressed buttons. 1 Display selected row and column headings as depressed buttons. |
|
$$ |
Always null. |
The return value is a binary representation. Use DEC(MODE$) to get the numeric representation.