dephi字符串函数大全及实例

时间:2011-09-29 08:18:20
【文件属性】:

文件名称:dephi字符串函数大全及实例

文件大小:40KB

文件格式:TXT

更新时间:2011-09-29 08:18:20

字符串函数大全

首部 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);等等


网友评论