COMBOBOX RESET statement

Purpose

Remove all strings from a combo box.

Syntax

COMBOBOX RESET hDlg, id&

Remarks

Clear the contents of the combo box control's list.

hDlg 

Handle of the dialog that owns the combo box control.

id&

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

See also

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