RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.TSoundexIntLength Type

TSoundexIntLength The maximum calculation length for the SoundexInt function. The integer value can be from 1 to 8.

Pascal
TSoundexIntLength = 1..8;
C++
1..8 TSoundexIntLength;

This value determines how many characters to use when generating the soundex string from the source string. There is a maximum of 8 characters due to the maximum capacity of the Integer type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!