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