Input Options Window
Displays an "options dialog" with a set of options represented as checkboxes or radio buttons.
#
Designer Properties- Title The title of the options dialog.
- Options The list of options as a text array to be displayed.
- Checked Options The list of checked options as a text array. The name of the option must match the name defined for the "options collection" to be checked.
#
Properties#
Input- Checked Options The list of checked options as a text array. The name of the option must match the name defined for the "options collection" to be checked.
- Options The list of options as a text array to be displayed.
- Show Radio Buttons Checked if we want to display radio buttons, false otherwise.
- Title The title of the "options dialog".
#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
Output- Checked Options The array of checked options as a string array represented by the options text.
- Checked Variables The array o checked options as variables values when the option name represents a variable defined in portal.
- Was cancelled Returns true when the "options dialog" was cancelled, false otherwise.