文件名称:Delphi 在列表中查询指定数据.rar
文件大小:6KB
文件格式:RAR
更新时间:2022-07-30 11:10:29
Delphi源码-数据库实例
Delphi 在列表中查询指定数据,需要数据库配合。适合Delphi初学者学习研究,相关代码如下: procedure TForm1.Button1Click(Sender: TObject); var i:integer; begin FOR I:=0 TO ListBox1.Items.Count-2 do begin ListBox1.ItemIndex:=i; if edit1.Text= trim(ListBox1.Items[I]) then exit; end; end;
【文件预览】:
srcfans.com
----Query()
--------Unit1.dfm(2KB)
--------Project2.dof(2KB)
--------Project2.res(876B)
--------Unit1.pas(723B)
--------Project2.cfg(434B)
--------Project2.dpr(188B)
--------Unit1.dcu(4KB)