Unit 'StrUtils' Package
[Overview][Resource strings][Constants][Types][Procedures and functions][Index] [#rtl]

ResemblesProc

Callback to compute string soundex.

Declaration

Source position: strutils.pp line 167

const ResemblesProc: TCompareTextProc = @ SoundexProc;

Description

ResemblesProc is a procedure variable which can be set to compare 2 string. It is similar to AnsiResemblesProc, and by default is set to the SoundExProc function.

See also

SoundExProc

  

Default AnsiResemblesText implementation.

AnsiResemblesProc

  

Procedural variable, called when checking 2 strings for resemblances in AnsiResemblesText.


Documentation generated on: Jul 22 2023