There are several visualization types you can choose for a field. Which one is most appropriate depends on the type of field and the type of values it can have. The types available follow:
When you add a field to a component, by default it is visualized as an edit box:![]()
You can change the default length, width and other characteristics of the edit box. The same is true for all visualizations.
You can define a prompter component for a field. The prompter is a user-defined reusable part. When the field has a prompter, a button with ellipses is added to the edit box so the user can display the prompter:![]()
At run time when the prompter button is clicked, the prompter component is displayed to allow the user to choose a value.
When the field can have one of a limited set of values, it can be displayed as radio buttons:![]()
When a field's value can be True or False, it can be defined as a check box:![]()
When a field can have one of a set of values, it can be visualized as a list or a dropdown:![]()
A numeric field can be visualized as a spin edit box:![]()
Numeric fields can be visualized as a track bar where appropriate:![]()
In some instances you may want to visualize a numeric field as a progress bar:![]()
Datetime fields can be visualized as a dropdown datetime picker or a calendar:![]()
You can define a reusable part to for visualizing the field.
Embedded in a list (Grid, ListView, TreeView) fields can be displayed as:
Embedded in a list (Grid, ListView, TreeView) fields can be edited as: