[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Calculate a word-sized soundex value
Source position: strutils.pp line 112
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.
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 |
No notes exist for this page yet.