Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

Stricmp

Declaration

Source position: utility.pas line 383

function Stricmp(

  const Str1: STRPTR;

  const Str2: STRPTR

):LongInt;

function Stricmp(

  const string1: ShortString;

  const string2: PAnsiChar

):LongInt;

function Stricmp(

  const string1: PAnsiChar;

  const string2: ShortString

):LongInt;

function Stricmp(

  const string1: ShortString;

  const string2: ShortString

):LongInt;


Documentation generated on: 2025-07-25