!--a11y-->
You use the
.type attribute to determine the type of a screen field.
To determine whether a particular field is a combo box, use the following syntax:
`if <field>.type==ComboBox`
…
`endif`
The following table lists possible values for the
.type attribute:Field Attribute |
Possible Values |
.type |
TableView |
TableColumn | |
TableSelector | |
TableColTitle | |
Label | |
Frame | |
PushButton | |
RadioButton | |
CheckButton | |
Password | |
ComboBox | |
Edit | |
Unknown |
