Set User Resize - GRID SENDMSG() Function 74
Syntax
NULL$=SENDMSG(sysgui,id,74,user_resize_flag,$${,context{,ERR=lineref}})
Description
This function controls whether the user will be able to resize the width of columns in the grid with a mouse.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
74 |
Number of this SENDMSG() function. |
user_resize_flag |
0 Prevent users from resizing columns. Non-zero Allow users to resize columns. |
$$ |
Always null. |
The return value is a null string.