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