| Previous | Next
Deleting ItemsYou can use the $lb->delete( The first argument is the index from which to start deleting. To delete more than just that one item, you can add a second index. The $lb->delete(0, 'end'); To delete the last item in the Listbox:
|