Those control are for free text.

Numeric TextBox

1. Create the attributes with a numeric data type ( Must enter a value in Size)
2. In the designer (Form management) Drag and drop the control “Numeric TextBox”
3. Associate the attribute via Data member
4. Change the caption of the control

TextBox

1. Create the attributes with a nvarchar / varchar data type
2. In the designer (Form management) Drag and drop the control “TextBox”
3. Associate the attribute via Data member
4. Change the caption of the control

Multi-Line

Multi-Line TextBox is the same as “TextBox’” except that in the “Display” menu, instead of having “TextboxType” as Single it is multi-line.

How they look in the web