Set Insert Mode - INPUTN SENDMSG() Function 33

Syntax

TF$=SENDMSG(sysgui,id,33,mode,$${,context{,ERR=lineref}})

Description

This function sets the character entry mode of the INPUTN control.

Parameter

Description

sysgui

SYSGUI channel.

id

INPUTN control ID.

33

Number of this SENDMSG() function.

mode

Character entry mode.

0 Overtype mode.

1 Insert mode.

$$

Always null.

When the control is created, the insert mode is set by SETOPTS byte 1, bit $20$.