Binding TCollections to paginating ListViews
Part two of the Delphi and pagination article , this time with TCollections
In my previous article, I wrote about a method to paginate data shown in a ListView.
Now, I want to extend its reach by replacing TDataSets by TCollections.