Guys, I need a little help in regards to doing some Delphi Dot Net programming. Please note that I am trying to code with out the Win32 part of Delphi and if posible also not using the Delphi VCL. The reason for the later is that the code can be moved to any Dot Net platform like C#.
The issue: I am using the ListView on a form and I want to sort the columns. You can do that by creating a ListViewItemCompare class driven from the IComparer interface. However when I try to do so in Delphi Dot Net I get and error that it does not know what the IComparer is. Do you know how to do this in Delphi Dot Net? Bjarne \v/ Bjarne's Virtual Office at http://www.go2nts.com/bwtoday.html _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

