SoundexWord

Calculate a word-sized soundex value

Declaration

Source position: strutils.pp line 148

  function SoundexWord(const AText: string) : Word;

Description

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.

Errors

None.

See also

Name Description
Soundex Compute the soundex of a string
SoundexCompare Compare soundex values of 2 strings.
SoundexInt Soundex value as an integer.
SoundexProc Default AnsiResemblesText implementation.
SoundexSimilar Check whether 2 strings have equal soundex values