G'day,
I'm looking for a TIntegerList - what I need is something that can sort a list of integers, and that I can call .IndexOf (or equiv) to find the index of a number in the list, and that I can call .Add or .Delete as required. And I'd like the sort to be a quicksort or better. As a quick hack to tide me over I'm using a TStringlist. I want to get past the all the string to integer conversions though.
Before I sit down and actually write the TIntegerList I thought I'd check to see if it we already have one in either FPC or LCL. Couldn't find one by that name, so thought I'd ask :-)