Source position: utility.pas line 383
function Stricmp( |
const Str1: STRPTR; |
const Str2: STRPTR |
):LongInt; |
const string1: ShortString; |
const string2: PAnsiChar |
):LongInt; |
const string1: PAnsiChar; |
const string2: ShortString |
):LongInt; |
const string1: ShortString; |
const string2: ShortString |
):LongInt; |