Select All - INPUTD SENDMSG() Function 38

Syntax

TF$=SENDMSG(sysgui,id,38,0,$${,context{,ERR=lineref}})

Description

In BBj 4.00 and higher, this function selects all of the control's current contents as if the user highlighted it with the mouse or keyboard. The selected contents are shown as a highlighted block and are subject to deletion if the user types a valid character without first un-highlighting it. This function also moves focus to the control if it does not currently have focus. If the function succeeds, the return value is $01$. Otherwise, it will be $00$. A failure usually indicates that the window that currently has focus belongs to another application.

Parameter

Description

sysgui

Valid SYSGUI channel.

id

ID of the INPUTD control.

38

Number of this SENDMSG() function.

0

Always zero.

$$

Always null.