Purpose |
Remove a
|
Syntax |
LISTBOX DELETE hDlg, id&, pos& |
Remarks |
Remove the string value at the pos& position in a list box. pos& = 1 for the first string, 2 for the second, and so on. |
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 GET TEXT, LISTBOX RESET,.LISTBOX SELECT |