Set Insert Mode - INPUTT SENDMSG() Function 36

Syntax

TEXT$=SENDMSG(sysgui,id,36,mode,$${,context{,ERR=lineref}})

Description

In BBj 24.00 and higher, this function sets the INPUTT 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

INPUTT 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.