- 4.61.2.44 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrLIComp function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrLIComp compares two strings up to a specified
maximum number (MaxLen) of characters, not case sensitive.
Declaration:
function StrLIComp(Str1, Str2: PWChar; MaxLen: Longint): Longint;
function StrLIComp(Str1, Str2: PChar; MaxLen: Longint): Longint;
Remarks:
The return value is:
Condition | Return Value |
S1 > S2 | > 0 |
S1 < S2 | < 0 |
S1 = S2 | = 0 |
|
|
|
StrLen function |
Table of Content |
StrLower function |
- 4.61.2.44 -