delphi中如何将几个listbox中的数据写入相应的数据库
如图,添加显示删除按钮已经完成功能,现在希望能够点击确认出库将各listbox内的数据写入下方的数据库内,求教一下大家谢谢...
如图,添加显示删除按钮已经完成功能,现在希望能够点击确认出库将各listbox内的数据写入下方的数据库内,求教一下大家谢谢
展开
1个回答
展开全部
比如说用ADOQuery控件,执行SQL语句,将数据插入数据库。
追问
listbox内数据是怎么表示的
追答
Items property (TCustomListBox)
Contains the strings that appear in the list box.
Description
Use Items to add, insert, delete and move items. By default, the items in a list box are of type TStrings. Use this item type to access its methods or properties to manipulate the items in the list.
For example, the following code adds the text in the edit box to the list box as an item:
ListBox1.Items.Add(Edit1.Text); {Delphi }
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询