文件名称:tree
-
所属分类:
- 标签属性:
- 上传时间:2016-02-25
-
文件大小:2.79kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
建立Delphi树结构,直接使用,方便快捷-in
i:= ListView1.ItemIndex
if i=-1 then
begin
application.messagebox( 请选择记录 , 注意: ,MB_OK)
end
if i<>-1 then
begin
GetBasicinfoPortType.DelVersion(listview1.Items[i].SubItems.strings[0])
List := TStringList.Create
List.CommaText := GetBasicinfoPortType.Versioninfo() //列表数据
//初始化列表
ListView1.Clear
for j:= 1 to List.Count do
begin
Additem:=ListView1.Items.Add
Additem.Caption:=inttostr(j)
Additem.SubItems.Add(List[j-1])
i:= ListView1.ItemIndex
if i=-1 then
begin
application.messagebox( 请选择记录 , 注意: ,MB_OK)
end
if i<>-1 then
begin
GetBasicinfoPortType.DelVersion(listview1.Items[i].SubItems.strings[0])
List := TStringList.Create
List.CommaText := GetBasicinfoPortType.Versioninfo() //列表数据
//初始化列表
ListView1.Clear
for j:= 1 to List.Count do
begin
Additem:=ListView1.Items.Add
Additem.Caption:=inttostr(j)
Additem.SubItems.Add(List[j-1])
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tree.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.