[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Callback to compute string soundex
Source position: strutils.pp line 162
const ResemblesProc: TCompareTextProc = @ SoundexProc; |
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.
|
Default AnsiResemblesText implementation. |
|
|
Procedural variable, called when checking 2 strings for resemblances in AnsiResemblesText |