cxtreelist 的comboBox 的问题(100分)

  • 主题发起人 主题发起人 giver
  • 开始时间 开始时间
G

giver

Unregistered / Unconfirmed
GUEST, unregistred user!
如何获取用户选择以后的该单元格的值?[?]
 
cstreelist是什么东东
 
不好意思打错字了,
cxTreeList
 
focusednode.values[combobox所在的列.ItemIndex]
 
showmessage(cxTreeList1.FocusedNode.Values[cxTreeList1cxTreeListColumn3.ItemIndex]);
怎么提示节点是空的?这样写不行吗?
 
是不是用的事件不对?我在
procedure TMainForm.cxTreeList1cxTreeListColumn3PropertiesChange(
Sender: TObject);
这个里面调用,不对吗?
怎么如果选择item,然后在旁边点一下,再选择,这样它就会提示上次保存的那个字符串了。
 
该单元格的值
cxTreeList1.FocusedNode.Values[cxTreeList1cxTreeListColumn3.ItemIndex]);
该单元格的显示值,单元格未post之前的值
cxTreeList1.FocusedNode.Texts[cxTreeList1cxTreeListColumn3.ItemIndex]);
 
怎么我给一个节点赋值以后,需要用鼠标在旁边点一下,他才出现? [:(!]
 
朋友jyq说可以先把旁边的列设置为焦点,然后再设置回来就可以了,没其他办法吗?[:(]
 
多人接受答案了。
 
后退
顶部