1. 首页
  2. 编程语言
  3. Delphi
  4. DELPHI字符串函数大全

DELPHI字符串函数大全

上传者: 2018-12-26 01:55:26上传 文件 61KB 热度 54次
DELPHI字符串函数大全 首部 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);
下载地址
用户评论