判断当父节点含有子节点时 不能删除此父节点
if cxDBTreeList1.FocusedNode.HasChildren = true then
begin Application.MessageBox('当前目录下有下级节点,不能删除!', '提示', MB_OK + MB_ICONINFORMATION); exit; end;
posted on 2020-04-08 21:57 windsonvip 阅读(357) 评论(0) 编辑 收藏 举报
WindSon
if cxDBTreeList1.FocusedNode.HasChildren = true then
begin Application.MessageBox('当前目录下有下级节点,不能删除!', '提示', MB_OK + MB_ICONINFORMATION); exit; end;
posted on 2020-04-08 21:57 windsonvip 阅读(357) 评论(0) 编辑 收藏 举报