一个Delphi TreeView节点添加、删除操作实例.rar

时间:2022-07-30 03:26:30
【文件属性】:

文件名称:一个Delphi TreeView节点添加、删除操作实例.rar

文件大小:7KB

文件格式:RAR

更新时间:2022-07-30 03:26:30

Delphi源码-控件组件

一个Delphi TreeView节点添加、删除操作实例,删除节点时请确认主节点内没有子节点,请删除全部子节点后再删除,相关代码:   addtxt:=trim(e1.text); //删除空格后得到添加节点的文本   addtxtlength:=length(addtxt); //得到添加节点的字符数   nodetext:=trim(hometrv.selected.Text); //得到所选节点的文本删除空格   restr:=length(nodetext); //得到所选节点文本字符数


【文件预览】:
codesc.net
----TreeTest()
--------test.cfg(434B)
--------trvtest.dfm(2KB)
--------trvtest.ddp(51B)
--------test.dpr(188B)
--------test.dof(2KB)
--------trvtest.pas(2KB)
--------trvtest.dcu(6KB)
--------test.res(876B)

网友评论