Creating enumerated types

If you selected Enumeration as the Kind, continue the creation process as follows:

Procedure

  1. On the Literals tab, select the <New> line, and then type the name for the enumerated value.
  2. Repeat for each value of the enumerated type.

    The following figure shows values for an enumerated type.
    Type window showing values for an enumerated type
  3. Click OK.

Feedback