本文整理自网络,侵删。
delphi listbox模糊查找文字procedure TForm1.Edit1Change(Sender: TObject);var LIndex:Integer; // begin LIndex:=SendMessage(ListBox1.Handle,LB_SELECTSTRING,-1,LongInt(Edit1.Text));end;
相关阅读 >>
Delphi 2009 之 tstringbuilder 类[3]: replace
Delphi分别连接ms sqlserver、oracle和access数据库的连接字符串
Delphi vcl 的 tpagecontrol 控件,实现对页签的拖动
更多相关阅读请进入《Delphi》频道 >>