Set Insert Mode - INPUTD SENDMSG() Function 36
Syntax
TEXT$=SENDMSG(sysgui,id,36,mode,$${,context{,ERR=lineref}})
Description
In BBj 4.00 and higher, this function sets the INPUTD 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  | 
                                                        
                                                             INPUTD 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.  |