海林 发表于 2006-11-9 19:39:27

怎样取TlistBox的选中项的值

有个TlistBox把它虚拟成list控件后,请问怎样取TlistBox的选中项的值?比如选中项为:直井,怎样把这个值写入变量中。

小李美刀 发表于 2006-11-10 12:55:05

Do it like this

list_get_item_num(list, "直井", outnum);

list_get_item(list, outnum, outvalue);

then you can get the variable outvalue value

hope it help for you

海林 发表于 2007-1-16 14:14:06

谢谢
页: [1]
查看完整版本: 怎样取TlistBox的选中项的值