[Overview][Constants][Types][Procedures and functions] |
Check whether 2 strings resemble each other.
Source position: strutils.pp line 29
function AnsiResemblesText( |
const AText: String; |
const AOther: String |
):Boolean; |
AText |
|
First text to compare |
AOther |
|
Second text to compare |
Trueif the words match, Falseif not
AnsiResemblesTextwill check whether AnsiResemblesProcis set. If it is not set, Falseis returned. If it is set, ATextand AOtherTextare passed to it and it's result is returned.
None.
|
Procedural variable, called when checking 2 strings for resemblances in AnsiResemblesText |
|
|
Default AnsiResemblesText implementation. |