Set Edit Click Count - SENDMSG() Function 111
Syntax
TF$=sendmsg(sysgui,id,111,clicks,$${,context{,ERR=lineref}})
Description
This function sets the number of clicks needed to automatically start editing of the grid cell. By default, editing will begin on an editable cell when the cell is double-clicked upon and has not been made non-editable using SENDMSGS() 81, 106,107, or 108 with option $01$ for data-aware grids. In order to change the number of clicks to 1 or more, set the clicks parameter. A value of 2 is the default. A value of 0 will make the grid non-editable.
Parameter |
Description |
sysgui |
SYSGYUI channel. |
id |
Grid control ID. |
111 |
Number of this SENDMSG() function. |
clicks |
Number of clicks to start editing. |
$$ |
Always null. |