| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare string to another
Source position: syshelph.inc line 80
| public function TStringHelper.CompareTo( | 
| const B: string | 
| ):Integer; | 
CompareTo will compare the string value to the string B. It returns the following result:
The StrComp function is used for this.
| 
 | Compare 2 strings | |
| 
 | Compare 2 strings byte for byte | |
| 
 | Compare 2 null-terminated strings, case sensitive. |