delphi中如何将几个listbox中的数据写入相应的数据库

如图,添加显示删除按钮已经完成功能,现在希望能够点击确认出库将各listbox内的数据写入下方的数据库内,求教一下大家谢谢... 如图,添加显示删除按钮已经完成功能,现在希望能够点击确认出库将各listbox内的数据写入下方的数据库内,求教一下大家谢谢 展开
 我来答
hks554488
2015-02-12 · TA获得超过395个赞
知道小有建树答主
回答量:593
采纳率:0%
帮助的人:455万
展开全部
比如说用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 }
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式