Callback type for the list sort algorithm.
Source position: classesh.inc line 197
type TListSortCompare = function(
Item1: Pointer;
Item2: Pointer
):Integer;