| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Function prototype for comparing two string in AnsiResemblesText
Source position: strutils.pp line 138
| type TCompareTextProc = function( | 
| const AText: string; | 
| const AOther: string | 
| ):Boolean; | 
| AText | 
 | First string | 
| AOther | 
 | Second string. | 
True if strings match, false otherwise.