[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Procedural variable, called when checking 2 strings for resemblances in AnsiResemblesText
Source position: strutils.pp line 124
const AnsiResemblesProc: TCompareTextProc = @SoundexProc; |
This procedural variable is standard set to SoundexProc but can be overriden with a user-defined algorithm. This algorithm should return True if AText resembles AOtherText, or False otherwise. The standard routine compares the soundexes of the two strings and returns True if they are equal.
None
|
Check whether 2 strings resemble each other. |
|
|
Default AnsiResemblesText implementation. |
No notes exist for this page yet.