[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Checks whether 2 strings are the same (case sensitive)
Source position: sysstrh.inc line 82
function AnsiSameStr( |
const s1: String; |
const s2: String |
):Boolean; |
SameTextcalls AnsiCompareStrwith S1and S2as parameters and returns Trueif the result of that call is zero, or Falseotherwise.
None.
|
Compare 2 ansistrings, case sensitive, ignoring accents characters. |
|
|
Checks whether 2 strings are the same (case insensitive) |
|
|
Checks whether 2 strings are the same (case insensitive) |