ImageEn, unit iemview

TIEImageEnMViewSortCompare


Declaration

TIEImageEnMViewSortCompare = function(Item1, Item2: integer): Integer;


Description

A comparison function that indicates how the items are to be ordered.

Return a value below 0 if Item1 is less than Item2
Return 0 if they are equal
Return a value above 0 if Item1 is greater than Item2