1. 首页
  2. 编程语言
  3. Delphi
  4. 在memo中查找字符串

在memo中查找字符串

上传者: 2020-05-15 01:29:03上传 RAR文件 530.72KB 热度 31次
functionSearchMemo(Memo:TCustomEdit;constSearchString:string;Options:TFindOptions):Boolean; var Buffer,P:PChar; Size:Word; begin Result:=False; ifLength(SearchString)=0then Exit; Size:=Memo.GetTextLen; if(Size=0)then Exit; Buffer:=SysUtil
下载地址
用户评论