| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare limited number of characters in 2 null-terminated strings, ignoring case.
Source position: syspchh.inc line 33
| function strlicomp( | 
| str1: PChar; | 
| str2: PChar; | 
| l: SizeInt | 
| ):SizeInt; | 
| str1: PWideChar; | 
| str2: PWideChar; | 
| l: SizeInt | 
| ):SizeInt; | 
Compares maximum L characters of the null-terminated strings S1 and S2, ignoring case. The result is
For an example, see StrIComp
None.
| 
 | Compare limited number of characters of 2 null-terminated strings | |
| 
 | Compare 2 null-terminated strings, case sensitive. | |
| 
 | Compare 2 null-terminated strings, case insensitive. |