| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Checks whether 2 strings are the same (case insensitive)
Source position: sysstrh.inc line 80
| function SameText( | 
| const s1: string; | 
| const s2: string | 
| ):Boolean; | 
SameText calls CompareText with S1 and S2 as parameters and returns True if the result of that call is zero, or False otherwise.
None.
| 
 | Compare 2 ansistrings case insensitive. | |
| 
 | Checks whether 2 strings are the same (case insensitive) | |
| 
 | Checks whether 2 strings are the same (case sensitive) |