Delphi - Proper way to page though data.
- by Brad
I have a string list (TStrings) that has a couple thousand items in it. I need to process them in groups of 100. I basically want to know what the best way to do the loop is in Delphi. I'm hitting a brick wall when I'm trying to figure it out.
Thanks
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics,…