Language:
Русский
English
StrLIComp (function) (Strings unit)
Compares two strings, up to a maximum length, without case sensitivity.
Declaration
function StrLIComp(Str1, Str2: PChar; MaxLen: Word): Integer;
Target
Windows
Remarks
StrLIComp compares Str1 to Str2 , up to a maximum length of MaxLen characters, without case sensitivity.
The return value is the same as StrComp.