Set Column Style - GRID SENDMSG() Function 104

Syntax

TF$=sendmsg(sysgui,id,104,column,style${,context{,ERR=lineref}})

Description

This function sets the default style for a column in the main grid.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

104

Number of this SENDMSG() function.

column

Number of the column. (Column numbering is zero-based.)

style$

Column style:

$00$ = INPUTE

$01$ = raised button

$02$ = recessed button

$04$ = checked checkbox

$08$ = unchecked check box

$10$ = text field

The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success, $00$ indicates failure.