Re: [Gambas-user] Difficulty interpreting listview documentation

2008-06-20 Thread Benoit Minisini
On jeudi 19 juin 2008, richard terry wrote: > I'm pretty cretinous at interpreting docs. > > e.g: > > DIM hListView AS ListView > DIM hListViewItem AS .ListViewItem > > hListViewItem = hListView [ Key AS String ] > > Just how does one use .ListViewItem, because if you copy and past the > above exa

[Gambas-user] Difficulty interpreting listview documentation

2008-06-19 Thread richard terry
I'm pretty cretinous at interpreting docs. e.g: DIM hListView AS ListView DIM hListViewItem AS .ListViewItem hListViewItem = hListView [ Key AS String ] Just how does one use .ListViewItem, because if you copy and past the above example into code, the interpretor bauks at the .ListViewItem.