Purpose |
Change the text in a control. |
Syntax |
CONTROL SET TEXT hDlg, id&, txt$ |
Remarks |
hDlg refers to the dialog that owns the control. id& is the unique control
identifier
as assigned to the control with a
txt$ is the new text for the control. Any existing text in the control is replaced with the new text. |
See also |