Preserve selection when refreshing
We need to store a list of selected entries, and after refreshing, restore the selection.
TListItem.Data would be suited well for this, since we assign the data item to this (which is a unique pointer).
We need to store a list of selected entries, and after refreshing, restore the selection.
TListItem.Data would be suited well for this, since we assign the data item to this (which is a unique pointer).