System.StrUtils.TSoundexLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSoundexLength = 1..2147483647;

C++

typedef int TSoundexLength;

Properties

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

Description

TSoundexLength is the maximum calculation length of the SoundEx function.

This value determines how many characters to use when generating the soundex string form the source string.

See Also