AnsiResemblesText

Check whether 2 strings resemble each other.

Declaration

Source position: strutils.pp line 29

  function AnsiResemblesText(const AText: string; const AOther: string)
                             : Boolean;

Description

AnsiResemblesText will check whether AnsiResemblesProc is set. If it is not set, False is returned. If it is set, AText and AOtherText are passed to it and it's result is returned.

Errors

None.

See also

Name Description
AnsiResemblesProc Procedural variable, called when checking 2 strings for resemblances in AnsiResemblesText
SoundexProc Default AnsiResemblesText implementation.