System.StrUtils.ResemblesText

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

Delphi

function ResemblesText(const AText, AOther: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall ResemblesText(const System::UnicodeString AText, const System::UnicodeString AOther)/* overload */;

プロパティ

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

説明

ResemblesText は、Soundex メソッドを使用して、文字列 AText と文字列 AOther が類似しているかどうかを判断します。Soundex メソッドによって 2 つの文字列が類似していると判断された場合は true が、それ以外の場合は false が返ります。

関連項目