
| Subject: | Listview and IndexOf |
| Posted by: | Peter (sm5t…@NOSPAM.passagen.se) |
| Date: | Mon, 31 Oct 2005 |
Hi
How do I use the IndexOf property for TListView?
Index := Listview1.Items.IndexOf( ??? );
I got a text I want to look up in the Caption column and get the ItemIndex
value.
// Peter