Label control

Use this control to add a label. A label is a single line of text you can use to give titles to forms, give labels to objects within the form, or otherwise place text on the form.

Refer to the following screenshot as an example of the label control widget on a Mobile Applications form:

Property Usage
Name

(Optional) Specify a unique identifier for the object on the screen.

This name is used by external applications, such as RAD, to dynamically change the properties of the object.

Caption (Required) Specify a text caption for the object.
Input (Optional) Specify the database field or variable to associate with this control. When input is specified, the Label will be displayed as a read-only Text.
Label For (Optional) Specify the widget which the label belongs to.

Note A label which is neither referred by any field or variable nor belongs to any other widget will not be displayed on a Mobile Applications form.