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

Strnicmp

Declaration

Source position: utility.pas line 378

function Strnicmp(

  const Str1: STRPTR;

  const Str2: STRPTR;

  len: LongInt

):LongInt;

function Strnicmp(

  const string1: string;

  const string2: pCHAR;

  length: LongInt

):LongInt;

function Strnicmp(

  const string1: pCHAR;

  const string2: string;

  length: LongInt

):LongInt;

function Strnicmp(

  const string1: string;

  const string2: string;

  length: LongInt

):LongInt;


Documentation generated on: 2023-03-18