System.StrUtils.TSoundexIntLength

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TSoundexIntLength = 1..8;

C++

typedef System::Int8 TSoundexIntLength;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

TSoundexIntLength は、SoundexInt 関数のための計算長の最大値。この整数値は、1 から 8 までの値を取ります。

この値は、ソース文字列から soundex 文字列を生成する場合に、何文字使用するかを決定します。Integer 型の最大容量により、最大で 8 文字です。

関連項目