[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Calculate a word-sized soundex value
Source position: strutils.pp line 149
function SoundexWord( |
const AText: string |
):Word; |
AText |
|
String to calculate soundex value of |
Soundex value as a word.
SoundexInt computes the Soundex code (with length 4) of AText, and converts the code to a word-sized value.
AText may not contain null characters.
None.
|
Compute the soundex of a string |
|
|
Compare soundex values of 2 strings. |
|
|
Soundex value as an integer. |
|
|
Default AnsiResemblesText implementation. |
|
|
Check whether 2 strings have equal soundex values |