[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Compare two widestrings (ignoring case).
Source position: syswideh.inc line 29
function WideCompareText( |
const s1: WideString; |
const s2: WideString |
):PtrInt; |
WideCompareStr compares two widestrings and returns the following result:
The comparision takes into account wide characters, i.e. it takes care of strange accented characters. Contrary to WideCompareStr, the comparision 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) |
No notes exist for this page yet.