| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare 2 shortstrings
Source position: systemh.inc line 1180
function ShortCompareText(  | 
const S1: shortstring;  | 
const S2: shortstring  | 
):SizeInt;  | 
ShortCompareText compares two shortstrings, S1 and S2, and returns the following result:
The comparison of the two strings is case-insensitive. The function does not take internationalization settings into account, it simply compares ASCII values.
None.
  | 
Compare 2 ansistrings case insensitive.  |