bdeShowSelectorDialog
Shows a selectorDialog.
Syntax
bdeShowSelectorDialog(selectorDialog)
Inputs
- selectorDialog
 - The selector dialog that will be shown.
 - caption
 - The title of the dialog box.
 
Examples
          selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
          bdeShowSelectorDialog(selectorDialog, 'Select Option');