[Overview][Constants][Types][Procedures and functions] |
Default AnsiResemblesText implementation.
Source position: strutils.pp line 118
function SoundexProc( |
const AText: String; |
const AOther: String |
):Boolean; |
AText |
|
Second string. |
AOther |
|
First string. |
0 if the soundexes are equal. Negative of the first is smaller as the second, positive otherwise.
SoundexProcis the standard implementation for the AnsiResemblesTextprocedure: By default, AnsiResemblesProcis set to this function. It compares the soundex codes of AOtherand ATextand returns Trueif they are equal, or Falseif they are not.
None.
|
Compute the soundex of a string |
|
|
Compare soundex values of 2 strings. |
|
|
Soundex value as an integer. |
|
|
Calculate a word-sized soundex value |
|
|
Check whether 2 strings have equal soundex values |