RAD Studio VCL Reference
|
Converts a Word representation of a Soundex encoding into the corresponding phonetic string.
function DecodeSoundexWord(AValue: Word): string;
AnsiString DecodeSoundexWord(Word AValue);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|