RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.DecodeSoundexWord Function

Converts a Word representation of a Soundex encoding into the corresponding phonetic string.

Pascal
function DecodeSoundexWord(AValue: Word): string;
C++
AnsiString DecodeSoundexWord(Word AValue);

StrUtils

Call DecodeSoundexWord to convert the unsigned 16-bit representation of a string returned by the SoundexWord function into the corresponding Soundex string representation. 

A Soundex representation of a string is a phonetic encoding where each character of the Soundex representation represents a family of similar phonemes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!