说明: Delphi6函数大全(1)
<<Delphi6函数大全1-StrUtils.pas>>
首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas
功能 返回两个字符串是否相似
说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写
参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc
例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text)
(Delphi6)
文件列表:
Delphi6Function.chm