Hi,
I made a form with a TListView and a ClientDataSet connected by LiveBindings. I would like to update the SubItems from TListViewItem with no cursor change. It's the same behavior of Twitter.
When I use the ClientDataSet.Locate method to select and to update the values, the TListView change the selected Item. Those values will change constantly, so I need to update those values with no cursor change.
Which is the best way to do this?
Thanks!