delphi6函数大全

[入库:2005年11月10日] [更新:2007年10月22日]

本文简介:首部 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函数大全,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top