System.StrUtils.TSoundexIntLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSoundexIntLength = 1..8;

C++

typedef System::Int8 TSoundexIntLength;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

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

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

See Also