
Delphi三方控件使用笔记
kevinzhaoyp
没有做不到,只有想不到。^_^自信、自强、自律。
展开
-
TcxTreeList 节点 上移 下移 代码
if not Assigned(cxDBTreeList1.FocusedNode) then Exit;// 上移方法: with cxDBTreeList1 do FocusedNode.MoveTo(FocusedNode.getPrevSibling, tlamInsert);// 下移方法: with cxDBTreeList1 do原创 2014-07-28 17:11:59 · 2450 阅读 · 1 评论 -
delphi cxGrid 动态加载列 的方法
cxGrid 动态加载列 的方法 记录下来方便以后使用。原创 2014-05-21 16:22:14 · 5460 阅读 · 0 评论