bdeShowSelectorDialog

Shows a selectorDialog.

Syntax

bdeShowSelectorDialog(selectorDialog)

Inputs

selectorDialog
The selector dialog that will be shown.
Type: hwscpSelectorDialog
caption
The title of the dialog box.
Type: string

Examples

Show selector dialog box:

          selectorDialog = bdeCreateSelectorDialog({'Option1', 'Option2', 'Option3'});
          bdeShowSelectorDialog(selectorDialog, 'Select Option');