Set Heading Spacing - GRID SENDMSG() Function 28
Syntax
TF$=SENDMSG(sysgui,id,28,heading,chr(pixels){,context{,ERR=lineref}})
Description
This function sets the spacing between a main grid and an associated column or row heading grid.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. (Main grid only.) |
28 |
Number of this SENDMSG() function. |
heading |
0 Set column heading spacing. 1 Set row heading spacing. |
chr(pixels) |
Binary representation of the number of pixels between the grids. |
Use the CHR() function to pass the binary representation of this value. The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success, $00$ indicates failure.