[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Compare a limited number of characters of 2 strings
Source position: sysstrh.inc line 85
function AnsiStrLComp( |
S1: PChar; |
S2: PChar; |
MaxLen: cardinal |
):Integer; |
AnsiStrLCompfunctions the same as AnsiStrComp, but compares at most MaxLencharacters, if this is less than one of the lengths of the passed strings. If the first MaxLencharacters in both strings are the same, then zero is returned.
None.
|
Compare two null-terminated strings. Case sensitive. |
|
|
Compare two null-terminated strings. Case insensitive. |
|
|
Compares a given number of characters of a string, case insensitive. |