| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare two widestrings (case sensitive)
Source position: syswideh.inc line 20
function WideCompareStr(  | 
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 WideCompareText, the comparison is case sensitive.
None.
  | 
Compare two widestrings (ignoring case).  | 
|
  | 
Check whether two widestrings are the same (case sensitive)  | 
|
  | 
Check whether two widestrings are the same (ignoring case)  |