The OPTION and
COMBOBOX gadgets offer a single choice from a list of items. Clicking the down-arrow icon opens the drop-down list to allow a selection of a field from the choices. The currently selected field is highlighted.
You can use the Add methods to add a single new entry to be appended to
OPTION gadgets:
Where Dtext is the text to be displayed in the option list, and
Rtext is the replacement text for the new field.
If Rtext is not specified, it will be set to the
Dtext string by default.