Decodes the word-sized representation of a soundex code and returns the original soundex code.
Source position: strutils.pp line 163
| function DecodeSoundexWord( | 
| AValue: Word | 
| ):string; | 
| AValue | 
 | Word-sized soundex value. | 
Soundex code corresponding to the word-sized value.
DecodeSoundexWord converts the integer value AValue to a soundex string. It performs the reverse operation of the SoundexWord function. The result is the soundex string corresponding to AValue .
None.
| 
 | Soundex value as an integer. | |
| 
 | Decodes the integer representation of a soundex code and returns the original soundex code. | |
| 
 | Compute the soundex of a string. |