Set Insert Mode - INPUTE SENDMSG() Function 36
Syntax
TEXT$=SENDMSG(sysgui,id,36,mode,$${,context{,ERR=lineref}})
Description
This function sets the INPUTE control's character entry mode. When the control is created, the insert mode is set by SETOPTS byte 1, bit $20$.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
INPUTE control ID. |
36 |
Number of this SENDMSG() function. |
mode |
Character entry mode. A value of 1 places the control into insert mode, while a value of 0 places the control into overtype mode. |
$$ |
Always null. |