Text boxes are used to receive single line text string input. Using the “Edit/Properties” option you can set the following attributes of a text box:
Label – The text appearing on the left hand side of the box.
Width – The number of characters that the text box can show.
Text – The text string initially shown in the box.
Selectable using return – Defines whether the application program will be notified when the user presses the return key while this text box has input focus.
See Also