Get Column Width - GRID SENDMSG() Function 38

Syntax

WIDTH$=SENDMSG(sysgui,id,38,column,$${,context{,ERR=lineref}})

Description

This function returns the width of the specified column, in pixels

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

38

Number of this SENDMSG() function.

column

Column number. (Column numbering is zero-based.)

$$

Always null.

The return value is a binary representation. Use DEC(WIDTH$) to get the numeric representation.

See Also

BBjGrid::getColumnWidth