Set Edit Text - GRID SENDMSG() Function 35

Syntax

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

Description

This function sets the title text for the user to edit in a cell. Note that this function does not cause the value to be displayed. The text can be queried with Get Edit Text - SENDMSG() Function 34.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

35

Number of this SENDMSG() function.

0

Always zero.

title$

Title text.

The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success, $00$ indicates failure.