delphi listbox模糊查找文字


本文整理自网络,侵删。

 
 delphi listbox模糊查找文字
procedure TForm1.Edit1Change(Sender: TObject);
var
  LIndex:Integer; // 
begin
  LIndex:=SendMessage(ListBox1.Handle,LB_SELECTSTRING,-1,LongInt(Edit1.Text));
end;

相关阅读 >>

Delphi 用firedac获取 sql server错误文本信息

Delphi弹出信息框大全

Delphi 字幕下载单元subdownload.pas

Delphi webservices传base64字串

Delphi图像细化处理

Delphi用idhttp提交自定义cookie

Delphi searchrec.attr and fadirectory

Delphi 字符串加密解密(不支持中文)

Delphi exec error 错误处理

Delphi webbrowser1 保存文档为 .html

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...