LISTBOX RESET statement

Purpose

Remove all strings from a list box.

Syntax

LISTBOX RESET hDlg, id&

Remarks

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

hDlg 

Handle of the dialog that owns the list box control.

id&

The unique control identifier assigned with the CONTROL ADD LISTBOX statement.

See also

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