Callback type used in stringlist compares.
type TStringListSortCompare = function(
List: TStringList;
Index1: Integer;
Index2: Integer
):Integer;