bdeSetStringsInSourceBrowser

Sets the options to be used in a selectorDialog.

Syntax

bdeSetStringsInSourceBrowser(selectorDialog, options)

Inputs

selectorDialog
The selector dialog that will have it's options set.
Type: hwscpSelectorDialog
options
A list of strings that will be set as the options for the user to choose from in a selector dialog.
Type: list

Examples

Set the options to be used in a selector dialog:

          selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
          bdeSetStringsInSourceBrowser(selectorDialog, {'New1', 'New2', 'New3'});