Getting one line in a lisBox

  • Thread starter Thread starter Jorn T
  • Start date Start date
J

Jorn T

I need to get the content of line x of a listBox. How would I go about
doing this? Is there a index property for lines?

E.G:

Listbox content:
something
something2
so on

Code:
Edit1.text = listBox.someproperty[0];

Then Edit1 should show "something".

Jorn T
 
Back
Top