Get Number of Columns - GRID SENDMSG() Function 40
Syntax
COLUMNS$=SENDMSG(sysgui,id,40,0,$${,context{,ERR=lineref}})
Description
This function returns the number of columns in the grid.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
40 |
Number of this SENDMSG() function. |
0 |
Always zero. |
$$ |
Always null. |
The return value is a binary representation. Use DEC(COLUMNS$) to get the numeric representation.