Show TOC

.typeLocate this document in the navigation structure

Use

You use the .type attribute to determine the type of a screen field.

Example

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:

Possible values for the .type attribute

TableView

TableColumn

TableSelector

TableColTitle

Label

Frame

PushButton

RadioButton

CheckButton

Password

ComboBox

Edit

Unknown