| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare two widestrings (ignoring case).
Source position: syswideh.inc line 22
function WideCompareText(  | 
const s1: WideString;  | 
const s2: WideString  | 
):PtrInt;  | 
WideCompareStr compares two widestrings and returns the following result:
The comparison takes into account wide characters, i.e. it takes care of strange accented characters. Contrary to WideCompareStr, the comparison is case insensitive.
None.
  | 
Compare two widestrings (case sensitive)  | 
|
  | 
Check whether two widestrings are the same (case sensitive)  | 
|
  | 
Check whether two widestrings are the same (ignoring case)  |