TSoundexIntLength The maximum calculation length for the SoundexInt function. The integer value can be from 1 to 8.
TSoundexIntLength = 1..8;
1..8 TSoundexIntLength;
StrUtils
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.
SoundexLength
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|