Form item types The form item types defines the purpose of form elements. BUTTON item type Defines a push-button that can trigger an action. BUTTONEDIT item type Defines a line-edit with a push-button that can trigger an action. CHECKBOX item type Defines a boolean or three-state checkbox field. COMBOBOX item type Defines a line-edit with a drop-down list of values. DATEEDIT item type Defines a line-edit with a calendar widget to pick a date. DATETIMEEDIT item type Defines a line-edit with a calendar widget to pick a datetime. EDIT item type Defines a simple line-edit field. FOLDER item type Defines a layout area to hold folder pages. GRID item type Defines a layout area based on a grid of cells. GROUP item type Defines a layout area to group other layout elements together. IMAGE item type Defines an area that can display an image resource. LABEL item type Defines a simple text area to display a read-only value. PAGE item type Defines the content of a folder page. PROGRESSBAR item type Defines a progress indicator field. RADIOGROUP item type Defines a mutual exclusive set of options field. SCROLLGRID item type Defines a scrollable grid view widget. SLIDER item type Defines a slider form item. SPINEDIT item type Defines a spin box widget to enter integer values. TABLE item type Defines a list view widget. TEXTEDIT item type Defines a multi-line edit field. TIMEEDIT item type Defines a line-edit field with a clock widget to pick a time. TREE item type Defines a tree view widget. WEBCOMPONENT item type Defines a specialized form item that holds an external component.