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.
- options
- A list of strings that will be set as the options for the user to choose from in a selector dialog.
Examples
selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
bdeSetStringsInSourceBrowser(selectorDialog, {'New1', 'New2', 'New3'});