Input Options Window

Displays an "options dialog" with a set of options represented as checkboxes or radio buttons.

Message Box designer

Designer Properties#

  1. Title The title of the options dialog.
  2. Options The list of options as a text array to be displayed.
  3. 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#

Import Variables properties

Input#

  1. 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.
  2. Options The list of options as a text array to be displayed.
  3. Show Radio Buttons Checked if we want to display radio buttons, false otherwise.
  4. Title The title of the "options dialog".

General Properties#

See General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Output#

  1. Checked Options The array of checked options as a string array represented by the options text.
  2. Checked Variables The array o checked options as variables values when the option name represents a variable defined in portal.
  3. Was cancelled Returns true when the "options dialog" was cancelled, false otherwise.