Callback type used in stringlist compares.
Source position: classesh.inc line 1086
type TStringListSortCompare = function(
List: TStringList;
Index1: Integer;
Index2: Integer
):Integer;