发信人: yjchow() 
整理人: teleme(2000-12-05 19:09:57), 站内信件
 | 
 
 
【 在 hawkliu (hawk) 的大作中提到: 】
 : 节点如何遍历
 var
   i;integer;
   xx:TListItem;
 begin
   for i:=1 to Listview1.Items.count-1
   begin
     xx:=ListView.Items.Item[i];
         //process xx here
   end;
 end;
  -- 这是一个疯狂的世界
  ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.105.109.42]
  | 
 
 
 |