| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Soundex value as an integer.
Source position: strutils.pp line 126
| function SoundexInt( | 
| const AText: string; | 
| ALength: TSoundexIntLength | 
| ):Integer; | 
| const AText: string | 
| ):Integer; | 
| AText | 
 | Text for which to compute soundex value. | 
| ALength | 
 | Length of the soundex value to compute. | 
Soundex value as a astring.
| AText | 
 | Text for which to compute soundex value. | 
SoundexInt computes the Soundex code (with length ALength, default 4) of AText, and converts the code to an integer value.
None.
| 
 | Compute the soundex of a string | |
| 
 | Compare soundex values of 2 strings. | |
| 
 | Default AnsiResemblesText implementation. | |
| 
 | Calculate a word-sized soundex value | |
| 
 | Check whether 2 strings have equal soundex values |