Compare function type for TStrings Strings[].
Source position: lclproc.pas line 92
type TStringsSortCompare = function(
const Item1: string;
const Item2: string
):Integer;