Function prototype for comparing two string in AnsiResemblesText.
Source position: strutils.pp line 171
type TCompareTextProc = function( |
const AText: string; |
const AOther: string |
):Boolean; |
AText |
|
First string. |
AOther |
|
Second string. |
True if strings match, false otherwise.