Controls
You can use predefined controls to construct your own user interfaces easily. The properties of the individual controls determine their appearance and function.
You can choose from the following controls:
Symbol |
Control |
Description |
|
Label |
Displays text in a form. You use this control as follows: · To display static text such as the caption for an input field or the header of a list. · Output field for text that you stored in an element of the data mode. This could be the heading or text of a news item.
|
|
Pushbutton |
Executes a predefined action.
|
|
Text Feld |
Single-line input field. Allows you to enter a small number of words or a number in a form.
|
|
Text Area |
Multi-line input field. Allows you to create text without formatting.
|
|
HTML Editor |
Allows you to create text with simple formatting.
|
|
Browser |
Single-line input field with input help
|
|
Timestamp Editor |
Enables the input of date and time.
|
|
Checkbox |
Allows you to select an element. You can choose any number of elements from a list.
|
|
Radio Button |
Allows you to select an element. You can choose only one element from a list.
|
|
Combobox |
Allows an entry to be selected from a dropdown list.
|
|
Control Selector |
Displays one of several controls (usually an image or label control) depending on a value.
|
|
Image |
Displays an image.
|
|
Line |
Displays a horizontal or vertical line.
|
|
List View |
Defines the area of a form that represents one row of a list. You only use this control for the ListEdit and ListShow forms (not recommended).
|