Listbox1.items.clear () Clear Item in ListBox;
ListBox1.Items.count Gets the number of items of ListBox;
Listbox1.items [n] Gets the Nth Item in ListBox;
Listbox1.items.add ("123") adds an Item to ListBox;