Launches a modal dialog box with a combo control, "Ok" and "Cancel" buttons.
oLong = XSIDialog.Combo( [Title], ComboItems ); |
Long index (zero based) of the item selected from the ComboItems argument. If the user cancels the dialog then -1 is returned.
Parameter | Type | Description |
---|---|---|
Title | Variant | String with the title of the dialog |
ComboItems | Variant | Array of Strings. |