ITEMLIST
A list of items for a drop-down list. An item list is specified as follows. Brackets indicate optional parameters.
ITEMLIST
NAME name VALUE value
[ACTIONLIST actionlist]
...
END ITEMLIST
-
name
-
Text to be displayed in the drop-down list for this item.
-
value
-
Value to be written as the part's value if this item is selected. Values are assumed to be strings, unless they are preceded by NUMERIC. The following example shows both string and numeric values:
VALUE "Some value" VALUE NUMERIC 1
If VALUE is followed by DELETE (for example, VALUE DELETE), the registry entry will be deleted.
-
actionlist
-
Optional ACTIONLIST to be used if this value is selected.
Related topics