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

Value

Description

0

Highlight the current cell. (default)

Non-zero

Highlight the current row.

$$

Always null.

The return value is a null string.

See Also

BBjGrid::setHighlightMethod