System.StrUtils.ResemblesText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

ResemblesText uses a Soundex method to determine if string AText and string AOther are similar. The result is True if the two strings a similar according to the Soundex method, and false otherwise.

See Also