COMBOBOX DELETE statement

Purpose

Remove a string from a combo box control.

Syntax

COMBOBOX DELETE hDlg, id&, pos&

Remarks

Remove the string value at the pos& position in a combo box control. pos& = 1 for the first string, pos& = 2 for the second, etc.

hDlg 

Handle of the dialog that owns the combo box control.

id&

The unique control identifier in the range 1 to 65535, as assigned with the CONTROL ADD COMBOBOX statement.

See also

Dynamic Dialog Tools, COMBOBOX ADD, COMBOBOX GET TEXT, COMBOBOX RESET, COMBOBOX SELECT, CONTROL ADD COMBOBOX