exactly, and you could actually let the customsort call the default sort and just invert the value, i.e. return -1 if the value is 1, and vice versa.
On 9/20/07, Jeremy North <[EMAIL PROTECTED]> wrote: > > Use CustomSort and supply your own sorting routine. > > > Works great, now I want to sort descending, other tnhan standing my > > tStringList on its head, is there a way to make sort sort backwards? > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > -- www.galdur.net gsm:690 8366 skype: bladhlaupi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

