ListBox1

How do i use "Selected" in the ListBox, for example:

for i:=0 to ListBox1.Items.Count-1 do
if Listbox1.Selected then
...



Thanks =]

Leave a Comment