Set Column Alignment - GRID SENDMSG() Function 105

Syntax

TF$=sendmsg(sysgui,id,105,column,alignment${,context{,ERR=lineref}})

Description

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

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

105

Number of this SENDMSG() function.

column

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

alignment$

$00$ = left

$01$ = right

$02$ = center

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