Delphi 向TListView组件中添加项目.rar
Delphi 向TListView组件中添加项目,实现的功能相信大家还是挺熟悉的,比如Windows中更改成图标查看方式时的内容列表,图标排列的风格,在本例子中,是使用Delphi7.0中的TListView控件来实现,具体还是很方便的: procedure TForm1.SpeedButton1Click(Sender: TObject); var myitem:TListItem; i : integer; begin MyItem:=ListView1.Items.Add; //添加一列表项 MyItem.Caption:='MingriSo
文件列表
TListView3.rar
(预估有个7文件)
codesc.net
TListView
Project1.res
876B
Unit1.dcu
4KB
Unit1.dfm
39KB
Project1.cfg
434B
Project1.dpr
188B
Project1.dof
2KB
Unit1.pas
1010B
暂无评论