Application Builder Tools > The Declarations Branch > The Choice List Node

The Choice List Node
The Choice List node () contains a list of choices for combo boxes, lists, and radio buttons that refer to this node as part of their allowed values. You can specify a label to display in the Label field and the name of the Choice List object in the Name field. The Settings window contains the following section:
List Contents
This section includes a table with a Value column and a Display name column. Enter the property values that the user can choose from in the first column and the corresponding text to show in the combo box list in the second column. Use the Move Up (), Move Down (), and Delete () toolbar buttons to organize and remove choices from the list.
Internally, a choice list is an N-by-2 double string array, where N is number of rows in the table. When running an application, you can change the content of this list by setting a new double string array to the property with the name you specified in the Name field.
You can right-click the Choice List node to add an Activation Condition subnode.