Board index » cppbuilder » DeSelecting a listview Item

DeSelecting a listview Item

I'm using this code fore deselecting a list view item and it does not work

Listview->Items->Item[i]->Selected = false;

anyone knows the right way?

 

Re:DeSelecting a listview Item


What is the value of the MultiSelect property for the ListView?

Gambit

Quote
"Afsaneh Sassounian" <asassoun...@smscorp.com> wrote in message

news:3d35d672$1_2@dnews...
Quote
> I'm using this code fore deselecting a list view item and it does not work

> Listview->Items->Item[i]->Selected = false;

> anyone knows the right way?

Other Threads