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